Question Detail

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

  • .class
  • .java
  • .cdr
  • .doc
Similar Questions :

1. JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above

2. Which method executes only once

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

3. Can we access private class outside the package

  • Yes
  • No

4. Private Constructors can't be access from any derived classes neither from another class

  • True
  • False

5. How many keywords are available in java

  • 35
  • 55
  • 48
  • 130
Read more from - Java Objective Questions Answers -Chapter 1