What are init(), start() methods and whey they are called?
Answers were Sorted based on User's Feedback
Answer / sumit bansal
init() this method belog to servlet and is executed when
the container loads the servlet first time.
start() method belongs to thread and is called by
programmer to start the thread.
| Is This Answer Correct ? | 8 Yes | 2 No |
What are the Static and Dynamic Variables? Differentiate them.
Can you access the private method from outside the class?
What is "Java Native Interface" and how to use it?
what is meaning of JIT?
Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?
What are the differences between throw and throws?
What are the states of thread in java?
Explain about arraylist?
What is used of static keyword in java?
How is string stored in java?
Have you used any version control ? if so explain about it?
What is object