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 |
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
How does non-deterministic garbage collection affect my code?
Whats the implicit name and type of the parameter that gets passed into the class set method?
Explain the difference between server.transfer and response.redirect?
Name the data types which does the rangevalidator control support?
What are the different types of html?
how show video in own page.
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
How do you open an asp file?
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
What is Debit Memo & Credit Memo in Payables?
Destructors CANNOT be implemented in which one of the following?