S

Satya • 3.38K Points
Extraordinary

Q. Which method handles all request types in HttpServlet?

  • (A) service()
  • (B) init()
  • (C) destroy()
  • (D) handle()

Explanation by: Satya
service() dispatches requests to doGet(), doPost(), etc.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.