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 |
Explain the difference between post & get method in asp?
What's the purpose of using BUFFER property?
what is the difference between #include directory in C,C++ and import java.packages in java
Explain how to display images using response object?
Where is the value-type variables allocated in the computer ram?
Name the data types which does the rangevalidator control support?
How to run FileSystemObject in ASP
What is the meaning of asp in computer?
How does asp differ from html?
Explain how do you initiate a string without escaping each backslash?
Explain the difference between cookies collection and form/querystring collection?
What is a service application?