Question Detail

Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c
Similar Questions :

1. What do you mean by javap

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

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

  • run() method
  • paint() method
  • drawString() method
  • main() method

3. Execution of the program is always begins with

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

4. The class java.sql.Timestamp is associated with

  • java.util.Time
  • java.sql.Time
  • java.util.Date
  • None of above

5. JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above
Read more from - Java Objective Questions Answers -Chapter 1