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 difference between synchronize and concurrent collection in java?
Explain the use of javap tool.
What is difference between identifier and variable?
What does you mean in math?
what is meant by HQL?
When we should use serialization?
Write a program to solve producer consumer problem in java?
how to write a server program and sending the mails to the server using smtp protocol please help me
How is Object Oriented Programming different from Procedure Oriented Programming?
Can you change array size in java?
What is the difference between an argument and a parameter?
What is local declaration?
how does multithreading take place on a computer with a single cpu? : Java thread
What are passing parameters?
how do I create a runnable with inheritance? : Java thread