The method ___________ is used to read a single initialization parameter in the servlet.
- fetchParameter()
- getInitParam()
- getInitParameter()
- readInitParameter()
The method getInitParameter() is used to read a single initialization parameter in the servlet.
Loading...
Related Quiz
- A developer needs to implement complex business logic with minimal HTML. Should they choose Servlet or JSP?
- How can filters be used to manage cross-cutting concerns in a web application?
- What is the primary use of the ServletContextAttributeListener in a web application?
- For optimizing a web application with heavy presentation logic, which technology is more suitable?
- For a file upload, the request type must be __________.