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

Is string a datatype?

0 Answers  


What is boolean example?

0 Answers  


What is meant by call by reference?

0 Answers  


When can you say a graph to be a tree?

0 Answers   Amazon,


Where is stringbuffer stored?

0 Answers  






What is run-time class and system class? what is their purpose?

1 Answers  


How can you debug the Java code?

6 Answers   BirlaSoft,


how are methods defined?

0 Answers  


Can an unreferenced object be referenced again?

0 Answers  


How java uses the string and stringbuffer classes?

0 Answers  


Difference between object instantiation and construction ?

0 Answers  


What does @override mean?

0 Answers  


Categories