What are the life cycle methods of a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
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 can the referrer and the target urls be used in servlet?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
Tell the new features added in servletrequest interface i.e. Servlet 2.4
difference between request.getSession(false) or request.getSession() and request.getSession(true)
Can we override destroy method in servlet?
Is servlet thread safe?
Can we define constructor in Servlet class?
What is the purpose of requestdispatcher interface?
What do you understand by mime type?
why are extending GenericServlet and why are extending HttpServlet explain?
Why servlet is faster than jsp?