Great web portal. Have just one question on the text in this page. The text says "As we know that the our servlet extends the HttpServlet and overrides the doGet() method which it inherits from the HttpServlet class. The server invokes doGet() method whenever web server recieves the GET request from the servlet". Did you mean to say that goGet() method is invked by web server when it received the GET request from the client/user?? I don't quite understand what you mean by "GET request from the servlet". Please clarify
View All Comments
| View Tutorial