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
How to instantiate member inner class?
Give me some null interfaces in java?
Is map sorted in java?
Difference between object and reference?
Who is the owner of java?
Can a constructor call another constructor?
What are inner classes or non static nested classes in java?
what are the disadvantages of indexes in oracle?
What is == mean?
What’s the difference between the methods sleep() and wait()?
Can constructor be static or final?
What is the difference between this() and super() in java?
Is a method a function?
What are the access modifiers available in java?
What is the full name of java?