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. Java is known as _______stage language

  • One
  • Two
  • Three
  • Four

2. Java intermediate code is known as

  • First code
  • Mid code
  • Byte code
  • None of above

3. Which method is used to perform DML statements in

JDBC

  • execute()
  • executeUpdate()
  • executeQuery()
  • None of above

4. pow () is associated with which class

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

5. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment