...
OOPS
August 25, 2024
OOPS
August 25, 2024
OOPS
August 25, 2024
OOPS
August 25, 2024

OOPS

Question 159
Which method is called first by an applet program ?
A
start( )
B
run( )
C
init( )
D
begin( )
Question 159 Explanation: 
Init() method is called first by an applet program. In this method variables are declared and initialized. This method is invoked only once during the lifetime of the applet.
Correct Answer: C
Question 159 Explanation: 
Init() method is called first by an applet program. In this method variables are declared and initialized. This method is invoked only once during the lifetime of the applet.

Leave a Reply

Your email address will not be published. Required fields are marked *