Java核心代码例程之:HelloWorld.java
2008-01-05 08:39:52 来源:WEB开发网核心提示:// The most basic java PRogrampublic class HelloWorld{ public static void main(String args[]) throws Exception { System.out.println("Hello World!"); }
// The most basic java PRogram
public class HelloWorld
{
public static void main(String args[]) throws Exception
{
System.out.println("Hello World!");
}
}
更多精彩
赞助商链接