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. Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping

2. Which keyword represents object of the present class

  • interface
  • package
  • this
  • static

3. what is jdb

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger

4. Execution of the program is always begins with

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

5. Which of the following statements about arrays is syntactically wrong

  • arrayName[] p = new arrayName[5];
  • arrayName p[5];
  • arrayName[] p [];
  • arrayName p[][] = new arrayName[2][];
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment