What are init(), start() methods and whey they are called?

Answers were Sorted based on User's Feedback



What are init(), start() methods and whey they are called?..

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 init(), start() methods and whey they are called?..

Answer / durga ganesh reddy

yes,above answer is correct answer.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is difference between equal and == in java?

0 Answers  


What is the difference between a window and a frame in java programming?

0 Answers  


What is == and === in javascript?

0 Answers  


What is comparable and comparator interface? List their differences

0 Answers  


What is ph and buffers?

0 Answers  






What is substring in java?

0 Answers  


How to perform Singleton of the java class object on multi JVM?

2 Answers  


What is append in java?

0 Answers  


What code optimizations techniques you follow in general practice?

2 Answers   Accenture, TCS, Wipro,


What is protected access modifier?

0 Answers  


What do you mean by access modifier?

0 Answers  


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.

2 Answers  


Categories