True/False 1
Java is an object-oriented programming language.
Java was originally developed by a team led by James Gosling at Sun Microsystems.
Java source code can be executed on a Java Virtual Machine.
A Java interpreter is a program that translates Java source code into Java bytecode.
A Java application can be executed from a Web browser.
A Java application must have a main() method.
A Java applet can be executed from a Web browser.
The class name must be the same as the file name that contains the class.
A file may contain several classes.
Each class in the file is compiled into a separate bytecode file.
Visited
times since 25 Jan 1999.