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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *