Multiple choice

_______________ Servlet interface method is called when the servlet is unloaded.

  1. void destroy()

  2. string getServletInfo()

  3. string getScheme()

  4. int getServerPort()

  5. string getServerName()

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This servlet interface method is called when the servlet is unloaded.