If servlet receives multiple requests, how many objects will it create?
No Answer is Posted For this Question
Be the First to Post Answer
Whats the advantages using servlets over using CGI?
Is it possible to have a constructor inside the servlet?
How does Cookies work in Servlets?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What do you mean by singlethreadmodel interface?
Can threads be used in Servelet?
how a user session can be tracked in servlets?
What do you mean by interservlet communication?
What are the differences between forward() method and sendredirect() methods?
when the jsp page is translated to servlet?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?