Question Detail

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

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

1. The Externizable interface extends the serializable interface

  • True
  • False

2. Package of drawstring() method is

  • java.applet
  • java.io
  • javax.swing
  • java.awt

3. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

4. Which method can't be overidden

  • super
  • static
  • final
  • println

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

  • cloning
  • overloading
  • overriding
  • coping
Read more from - Java Objective Questions Answers -Chapter 1