Shortcut Navigation:

Source Code Quiz

The Java source code can be created in a Notepad editor

The extension name of a Java bytecode file is

Every statement in Java ends with ________

Which of the following statements is correct?

The Java interpreter is used for the execution of the source code

Java platform consists of JVM and a package of readymade software components this package is known as ___________

The argument to sleep() specifies the delay period in _____________

The ________ class defines a remote object implementation class that Implements a single remote interface and no other interfaces

A compiler converts the Java program into an intermediate language representation called ____________

Which of the following is not a Looping statement ____________