S

Satya • 3.38K Points
Extraordinary

Q. Which method is called only once during the servlet lifecycle?

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

Explanation by: Satya
init() is called once when the servlet is first loaded into memory.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.