Warning: Undefined variable $case in /mnt/H1/luoweihua.cn/wp-content/themes/niRvana/custom_function.php on line 110
Warning: Undefined variable $case in /mnt/H1/luoweihua.cn/wp-content/themes/niRvana/custom_function.php on line 110
Warning: Undefined variable $case in /mnt/H1/luoweihua.cn/wp-content/themes/niRvana/custom_function.php on line 110
[上]JAVA学习系列第四章之17.Java入门程序_HelloWorld的编写
视频
笔记:编写HelloWorld
public class Demo01HelloWorld{ public static void main(String[] args){ System.out.println("HelloWorld"); } }
编译: javac java文件名.java
运行: java class文件名(不要带后缀名了)