Answer Posted / yashwant
init() func is not only used in applets but it also used in
Servlet to initialized Servlet Program(Configured Servlet)
init()Called only once during the initialization of the Servlet.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is void class in java?
Why are global variables used?
Differentiate between vector and array list.
What is difference between length and length() method in java ?
Can a serialized object be transferred via network?
How does finally block differ from finalize() method?
What is the difference between && and & in java?
What is command line used for?
What are the types of collections in java?
Why is sizeof not a function?
Can we catch more than one exception in single catch block?
What is style and indentation?
How listener identify that the event came from a particular object?
Explain the difference between an object-oriented programming language and object-based programming language?
What is meant by overloading?