Question: When a request is received by the Servlet, it creates two objects; request and response. Then the Servlet sends these two objects to the service()
When a request is received by the Servlet, it creates two objects; request and response. Then the Servlet sends these two objects to the service() method, in which these two objects are further processed. (True/False)
Step by Step Solution
3.48 Rating (141 Votes )
There are 3 Steps involved in it
The statement is True When a servlet receives a HTTP request it indeed creates two objects HttpServl... View full answer
Get step-by-step solutions from verified subject matter experts
