Is servlet a framework?


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

Post New Answer

More Servlets Interview Questions

What is done after deploying a war file and before client gives a request

2 Answers   Bosch,


Can you send an authentication error from a servlet?

0 Answers  


How do you invoke a Servlet? What is the difference between doPost method and doGet method?

0 Answers  


How do you deal property files in servlet?

0 Answers  


What is the difference between Servlets and Applets?

0 Answers  


How will two or three servlets interact or communicate with each other?

0 Answers  


Difference between doget and dopost?

0 Answers  


Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?

0 Answers  


What is filter? Can filter be used as request or response?

1 Answers  


What is meant by a web application

0 Answers  


What are different types of SessionTracking?

2 Answers  


Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????

3 Answers   ProgressSoft,


Categories