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 |
How many types of voids are there?
What is a java list?
what is the difference between Java Command Line and C command Line?
Why java does not supports multiple inheritance?
How to Sort Strings which are given in List and display in ascending order without using java api.
design an lru cache in java?
What is the original name of java?
Can we create constructor in abstract class ?
what is the difference between the methods sleep() and wait()? : Java thread
How strings are created in java?
How many days will it take to learn java?
What is linkedlist in java?