
820 • Java Programming
8. Java virtual machine class instances are created
using the Java virtual machine by
(a) Using invokespecial instruction
( b) Using <init> instruction
(c) Using aload_0 instruction
( d) Using new instruction
9. Which of the following is the method of Debug-
gerCallBack class?
( a) threadDeathEvent()
( b) void threadDeathEvent(int a)
( c) public void threadDeathEvent
(int a)
( c) public threadDeathEvent()
10. For getting the code position when we are using
RemoteStackFrame we will use
( a) getRemoteClass()
( b) getLocalVariable()
( c) getpc()
( d) None of the above ...