Why is init() method is used in servlets?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between doGet() and doPost()?
Explain request dispatcher and its methods.
What do you mean by web applications? Explain web application directory arrangement?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Can threads be used in Servelet?
How native code can be used in a servlet?
What are the common methods that are included in the http servlet class?
Is the init(ServletConfig sc) throws IOException or not?
Some examples where generic servlet is used?
Can you use javascript in servlets?
What are the benefits of using servlet over cgi?
Explain mvc pattern.