What are the methods in applet ?
When is init(), start() called ?



What are the methods in applet ? When is init(), start() called ?..

Answer / shikha nirankari

There r 4 methods in applets named init(), start(),stop(),
destroy().
init() method is called when the applet is loaded.
start() method is called when applet gained its focus.
stop() method is called when applet lost its focus.
destroy() method is called when applet is closed.

Is This Answer Correct ?    42 Yes 6 No

Post New Answer

More ASP Interview Questions

Explain the difference between post & get method in asp?

0 Answers  


What's the purpose of using BUFFER property?

2 Answers  


what is the difference between #include directory in C,C++ and import java.packages in java

0 Answers   Genpact,


Explain how to display images using response object?

0 Answers  


Where is the value-type variables allocated in the computer ram?

0 Answers  


Name the data types which does the rangevalidator control support?

0 Answers  


How to run FileSystemObject in ASP

1 Answers   Karvy,


What is the meaning of asp in computer?

0 Answers  


How does asp differ from html?

0 Answers  


Explain how do you initiate a string without escaping each backslash?

0 Answers  


Explain the difference between cookies collection and form/querystring collection?

0 Answers  


What is a service application?

0 Answers  


Categories