📚 Practice Mode

Advanced Java - Servlets and EJB

Learn at your own pace with hints and detailed explanations

1 / 5
Multiple Choice

Which of the following methods is invoked by the container for loading a servlet, before servicing any request?

  1. service()
  2. destroy()
  3. init()
  4. getinitParameter(String name)
  5. getinitParameterName()