InterviewSolution
Saved Bookmarks
| 1. |
What Is The Function Of Service() Method In Servlet? |
|
Answer» SERVER can INVOKE the service for particular HTTP request using service()METHOD.The servlets can thenread the DATA provided by the HTTP request with the HELP of service() method. Server can invoke the service for particular HTTP request using service()method.The servlets can thenread the data provided by the HTTP request with the help of service() method. |
|