What is a generic servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is forward() and include() of servlets RequestDispatcher interface?
Describe some assignments that are executed by servlet container?
What are the two important api's in for servlets?
How to invoke a Servlet?
What is the use of send redirect () method?
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??????????????????
What is the difference between encodeRedirectUrl and encodeURL?
Write a command to get actual path of a servlet to the server?
How many ways are available to ger RequestDispatcher object?
What is the difference between Difference between doGet() and doPost()?
What are Servlets?
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?