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 is difference between equal and == in java?
What is the difference between a window and a frame in java programming?
What is == and === in javascript?
What is comparable and comparator interface? List their differences
What is ph and buffers?
What is substring in java?
How to perform Singleton of the java class object on multi JVM?
What is append in java?
What code optimizations techniques you follow in general practice?
2 Answers Accenture, TCS, Wipro,
What is protected access modifier?
What do you mean by access modifier?
Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.