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 |
Explain Event handling in AWT?
What is the difference between form & report?
What is method in research paper?
When throw keyword is used?
Is null function in java?
i need example for java abstraction. where we use abstraction and why we need abstraction.
How to perform binary search in java?
How do you know if a value is nan?
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
What is float in java?
Name the package that always imported by default?
What are local variables?