Why HttpServlet class is declared abstract?
What are the advantages of servlets over traditional cgi?
What is the dispatcher servlet?
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?
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 >>
Difference between web container & web server........... Difference between web server & application server?????????
what is the difference between do get/dopost
What are the different methods involved in generic servlet?
How to upload a file to the server using servlet?
What are the methods in HttpServlet?
How do I support both get and post from the same servlet?
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()?