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 |
What is a nested class?
who can i handle multiple client in RMI
How does arrays sort work in java?
There are 100 keys and values in HashMap.how to get the keys and values?
why the constructor should be used in class,if there is no constructor what will happen?
Why vector class is used?
What is a memory leak in java?
What is regex used for?
What methodology can be employed to locate substrings inside a string?
What is a module function?
What is Remote Interface ?
What is the nested interface?