JAVA 上机实验解答
I'll keep it up to date if there are any more assignments.
I'll keep it up to date if there are any more assignments.
熟悉JAVA IDE(Eclipse/IDEA)的使用,编写一些简单的小程序。之前熟悉C++/C语言的话,上手JAVA基础部分还是很快的。
public static void main(String[] args){ System.out.println("Hello World!"); }