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. pow () is associated with which class

  • Math class
  • Input stream class
  • Object class
  • None of above

2. All collection classes are available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package

3. The Externizable interface extends the serializable interface

  • True
  • False

4. In Runnable, many threads share the same object instance

  • True
  • False

5. How many transaction isolation levels are defined in java.sql.Connection interface

  • 4
  • 3
  • 5
  • 2
Read more from - Java Objective Questions Answers -Chapter 1