What do you mean by chaining in servlet?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

When jsessionid is created?

0 Answers  


How to invoke a Servlet?

2 Answers   Mastek,


What is servlet instance?

0 Answers  


What’s the difference between forward() and sendredirect() methods?

0 Answers  


What is a parser. What does a parser do with a XML? Why do we need it?

1 Answers  






give the syntax of doGet() and doPost()?

2 Answers  


What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?

0 Answers  


How long do servlets last?

1 Answers  


Which exception is thrown if the servlet is not initialized properly?

0 Answers  


How do I use cookies to store session state on the client?

0 Answers  


How do u authorize and authenticate without <auth> of web.xml

1 Answers   Bosch,


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.

5 Answers  


Categories