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
Objects or references which of them gets garbage collected?
What does 0 mean in boolean?
Explain about interrupt() method of thread class ?
What is jvm? Why is java called the platform independent programming language?
Explain JMS in detail.
Can we override compareto method?
How big is a boolean?
Why set is used in java?
What are the main concepts of oops in java?
Can we inherit a class with private constructor?
What does a boolean method return?
What is operator overloading. Is it is supported in java?
Explain the importance of finally over return statement?
Explain about fail safe iterators in java?
What is a parameter in matrices?