The _________ method of a servlet is called once, indicating that the servlet is being placed into service.
- destroy()
- doGet()
- init()
- service()
The init() method of a servlet is called once, indicating that the servlet is being placed into service for initialization purposes.
Loading...
Related Quiz
- To minimize server load, servlets can implement _________ to handle asynchronous processing.
- _________ balancing is a technique used to route user requests for a specific session to the same server.
- What is the primary purpose of the try-catch block in a servlet?
- Cookies used for tracking user sessions are typically called _________ cookies.
- How does connection pooling in servlets optimize database interactions?