Question Detail

Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above
Similar Questions :

1. Which method executes only once

  • start() method
  • init() method
  • stop() method
  • destroy() method

2. After the compilation of the java source code, which file is created by the JVM

  • .class
  • .java
  • .cdr
  • .doc

3. Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping

4. Which among following classes is not part of Java's collection framework

  • Queue
  • Array
  • Stack
  • Maps

5. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1