How can you create a session in servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What's the use of servletcontext?
What are the benefits of using servlet over cgi?
What is called servlet mapping?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
Why is http protocol called as a stateless protocol?
Is there any need to shutdown the web server, if you want to modify a servlet?
How we can create war file in servlet?
What is the functionality of actionservlet and requestprocessor?
How do you pass the data from one servlet to another servlet?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How do you deal property files in servlet?