What is http servlet? Explain with the help of an example.
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by deployment descriptor?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
How an Image can be loaded in a Servlet ?
Servlet is pure java object or not?
What are the methods in HttpServlet?
What is http servlet? Explain with the help of an example.
Is servlet thread safe?
Can we refresh servlet in client and server side automatically?
How to rectify errors in java servlet while compilation?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
What are the life cycle methods of the servlet?
What is the use of request dispatcher interface?