Which interface provides the functionality to get initialization parameters in servlets?
- ServletConfig
- ServletContext
- ServletInitializer
- ServletParameters
The ServletConfig interface provides the functionality to get initialization parameters in servlets.
Loading...
Related Quiz
- When a servlet context is initialized or destroyed, the ___________ interface is used.
- How does the HttpSessionActivationListener interface help in servlets?
- A _________ balancer distributes network or application traffic across a number of servers.
- The _________ listener is invoked when an attribute is added, removed, or replaced in a session.
- How should a system handle a situation where a transaction is interrupted due to a system failure?