What are the methods in applet ?
When is init(), start() called ?
Answer Posted / 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 View All Answers
What is asp give its application?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
Explain the difference between cookies collection and form/querystring collection?
Define a cookies collection?
Speaking of boolean data types, whats different between c# and /c++?
what is the difference between #include directory in C,C++ and import java.packages in java
How do you open an asp file?
How to convert a string into an integer in .net?
Can I use .net framework components from a com program?
Define the asp scripting objects?
What are the scripting objects in asp?
How does non-deterministic garbage collection affect my code?
difference between html and asp?
Define garbage collection?
when we use ajax in.net