Shortcut Navigation:

Myprogram Java Quiz

Who is considered as the creator of JAVA ?

Which of the following statements about the Java language is true?

Java is an enhanced version of C++

JVM stands for

JRE stands for

Java source codes are compiled and converted to

What is the Extension of java bytecodes?

What is the command to compile a java program? (Let the file name be myprogram.java)

What is the command to execute a java program? (Let the file name be myprogram.java)

Garbage collection takes place automatically in JVM.