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 |
design an lru cache in java?
What is the java virtual machine?
What is a treeset class?
Difference between nested and inner classes ?
How to use Media tracker Class.
What exactly is a .class file?
What is function declaration?
Explain different ways of creating a thread. Which one would you prefer and why?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
For technical interview question please sir send me because tomorrow my interview
What is java lang object?
What does the @override annotation do?