What is called servlet container?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by annotations in servlet?
What happens, when client requests for server object, which is not yet loaded into the memory?
Is that servlet is pure java object or not?
what is the difference between doGet() and doPost()?
What do you mean by session tracking?
What are the kinds of http requests?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
how can we create object to a class in a jsp file?
5 Answers Accenture, L&T, TCS,
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
What is Servlet API used for connecting database?
What are the differences between forward() method and sendredirect() methods?
what is the difference between servlets and struts?