why are extending GenericServlet and why are extending
HttpServlet explain?
Answer Posted / dinesh goud
why bcoz,this GenricServlet and HttpServlet are implementing the Servlet interface..............
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How the JSP file will be executed on the Server side?
Why is http protocol called as a stateless protocol?
What is the difference between Server and Container?
When Servlet is unloaded?
Differentiate between the print writer and servlet output stream?
How to upload a file to the server using servlet?
How can we invoke another servlet in a different application?
Given the request path below, which are context path, servlet path and path info?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is servlet in tomcat?
Can we fetch the attributes related to a servlet on a different servlet?
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 >>
What is the difference between context parameter and context attribute?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?