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 |
Can we inherit the constructor in a Class?please give one example.
Java violates few objected oriented concepts. Can you explain in what way?
How can be define MARKER interfce in java
Is Java is 100% pure OOPS? Explain?
Which is faster set or list in java?
What is volatile keyword in java
Why non nested classes in java are not having marked as protected access specifier
Where is singleton pattern used?
What is the final class modifier?
Is java supports multiple inheritance? explain?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is local class in java?