True/False 1

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