Listing A
   public void init(ServletConfig config)
      throws ServletException
   {
      String initVal = getInitParameter(“myInitParam”);
   }