The __________ method of the ServletContext interface is used to retrieve context parameters.
- contextParam()
- getContextParameter()
- getInitParameter()
- retrieveParameter()
The getInitParameter() method of the ServletContext interface is used to retrieve context parameters associated with the servlet's context.
Loading...
Related Quiz
- In JDBC, the __________ exception is thrown when there is a problem with the SQL syntax.
- In high-performance servlets, _________ pattern can be used to manage resource-intensive objects.
- Which of the following is a common practice for ensuring thread safety in servlets?
- What does thread-safe mean in the context of servlets?
- In caching, __________ refers to the technique of dynamically adjusting the cache size based on current system load.