1. The ____________ method is invoked by the browser when the applet begins execution
a) start( ) b) init( ) c) begin( ) d) None of the above
2. If an execution occurs within the __________ block, it is thrown
a) catch b) try c) throw d) None
3. In Java _________ package contains classes that implements platform independent graphical
user interface
a) Applet b) AWT c) Utilities d) Networking
4. Which of these method wakes up the first thread that called wait( )?
a) wake( ) b) notify( ) c) start( ) d) notifyall( )
5. __________ is function called to display the output of an applet
a) display( ) b) paint( ) c) display applet( ) d) print applet( )
Answers
Answered by
3
1) beings
2) catch
3) AWT
4) notify
5) Paint
Answered by
2
Answer:
1) beings
2) catch
3) AWT
4) notify
5) paint
Similar questions