Exercise Questions 8.25
Exercise Questions
Objective Questions
1. Applets are downloaded from the Internet and run from web browser TRUE/FALSE.
2. Parent class of applets class is
(a) Panel (b) Container (c) Component (d) Object
3. Which of the following are mandatory for HTML file carrying bytecode class file?
(a) code (b) height (c) width (d) all of a, b, c
4. Paint() method is invoked by
(a) start() (b) init() (c) stop() (d) a & b
5. Update() method is invoked by
(a) repaint() (b) paint() (c) stop() (d) a & b
6. 6. Which of the following statements are true in respect of unsecured applets?
(i) They carry third party security certificate in the header frame.
(ii) Source of origin is not known.
(iii) Source is not verified.
(iv) ...