What is difference between GenericServlet and HttpServlet?
No Answer is Posted For this Question
Be the First to Post Answer
how JSP can extend servlet or interface ...?
Explain load on start-up and its importance?
What do you mean by web applications? Explain web application directory arrangement?
What are life cycle methods of a servlet?
What is the first statement in jsp page.
How to run a servlet program?
how the jsp page can be regenerated?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How two servlets communicate with each other?
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??????????????????
Describe servlet?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }