Java Learning Note

|

一个Java程序就是一个具有main方法的类。例如:

Java程序先被编译成字节码,然后由Java虚拟机解释执行。程序中类的定义应该在一个独立的文件中,而且文件的名字应该和类的名字一样。

About this Entry

This page contains a single entry by Jake published on March 23, 2008 10:30 PM.

ajax sample code is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.