Java concepts and its programming MCQs

80 MCQs  — Computer Programming MCQs  (Page 2 of 8)

What do you mean by javap?
A. Java compiler
B. Java debugger
C. Java interpreter
D. Java disassemble
Which method of java is invoked by JVM to reclaim the inaccessible memory location ?
A. Reclaim() method
B. Finalize() method
C. Final() method
D. Both b and c
The object is created with “new” keyword ?
A. At compile-time
B. At run-time
C. Depends on the code
D. None of these
Runnable is_______________?
A. Interface
B. Class
C. Variable
D. Method