What are init(), start() methods and whey they are called?
Answer Posted / 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 |
Post New Answer View All Answers
What is jdbc api?
How do you square a number?
Can java arraylist hold different types?
Can static methods be inherited?
Write a method that will remove given character from the string?
What is the use of coding?
Can an interface be final?
How large is a boolean?
What are heterogeneous objects?
Is java a digit method?
What are the different types of sorting in java?
What is the purpose of javac exe?
What is the difference between C++ and Java and your preferences?
What is the map interface in java programming?
What is gc()?