What are init(), start() methods and whey they are called?
Answer Posted / 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 |
Post New Answer View All Answers
How to find the largest value from the given array.
Does unicode support all languages?
Is sizeof a keyword in java programming?
What is data type in java?
What are the benefits of operations in java?
Can we use return in constructor?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Is ++ operator is thread safe in java?
How can you share data between two thread in Java?
What are different access specifiers in java?
What is java object name?
What is the need of transient variables in Java ?
What is the difference between abstract class and interface1? What is an interface?
Explain about the main() method in java?
Write a java program to count the number of words present in a string?