download Mastguru Android App

Question Detail

Which method of the Applet class displays the result of applet code on screen

  • run() method
  • paint() method
  • drawString() method
  • main() method
Similar Questions :

1. ____ allows java code to run in the JVM to call and be called by native applications

  • JFI
  • JNI
  • NJI
  • FJI

2. Object which can store group of other objects is called

  • Collection object
  • Java object
  • Package
  • Wrapper

3. Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package

4. Which driver is called as thin-driver in JDBC

  • Type-1 driver
  • Type-2 driver
  • Type-3 driver
  • Type-4 driver

5. The inner class can access private members of the outer class

  • False
  • True
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment