8.26 Applets and Event Handling
(iv) Applet goes to display state when it runs init() method
(a) iii and iv (b) i, ii, iii (c) i, ii, iv (d) i and iii
17. Event types are defined at
(a) java.util.* (b) java.awt.* (c) javax.swing.* (d) None
18. Low level events are sent to all widgets that are registered with the event TRUE/FALSE
19. ItemListener interface implements
(a) actionPerformed() (b) itemStateChanged()
(c) itemSelectPerformed() (d) a , b
20. Adapter class implements interfacetrue/false
Short-answer Questions
21. What is the difference between an Applet and JApplet?
22. Explain the applet hierarchy.
23. What are the types of applets?
24. Explain how paint() functionality is achieved?
25. What are the privileges of trusted applets? ...