12345678910



Question 1: How the web-application get servlet context ?
1. getServletContext().getServletConfig().getInitParameter()
2. getServletConfig().getInitParameter()
3. this.getServletConfig().getInitParameter()
4. All of these