Why HttpServlet class is declared abstract?


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

Post New Answer

More Servlets Interview Questions

What are the advantages of servlets over traditional cgi?

0 Answers  


What is the dispatcher servlet?

0 Answers  


1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?

5 Answers   OnMobile,


What is servlet exception?

6 Answers   EDS, Spa IT Solutions,


I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>

0 Answers   ProKarma,


Difference between web container & web server........... Difference between web server & application server?????????

8 Answers   TCS,


what is the difference between do get/dopost

9 Answers  


What are the different methods involved in generic servlet?

0 Answers  


How to upload a file to the server using servlet?

0 Answers  


What are the methods in HttpServlet?

8 Answers  


How do I support both get and post from the same servlet?

0 Answers  


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()?

0 Answers  


Categories