InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Httpservlet And Genericservlet? |
|
Answer» A GenericServlet has a service() method to handle REQUESTS. Both these classes are abstract. A GenericServlet has a service() method to handle requests. Both these classes are abstract. |
|