用Java写hello world

用Java写hello world

 public class HelloWorld{
public static void main(String[] args){
System.out.println("hello world");
}
}

准备工作:

1安装eclipse

2建立project

3添加代码,注意类和方法

4编译

书痴者文必工,艺痴者技必良

上一篇:UltraEdit中使用正则表达式


下一篇:virtual 关键字