Home » JAVA Programming » Java Basic » Question
  1. Application is instance of which class?
    1. javax.servlet.ServletContext
    2. javax.servlet.Context
    3. javax.servlet.HttpContext
    4. javax.servlet.Application
    5. None of these
Correct Option: A

Application object is wrapper around the ServletContext object and it is an instance of a javax.servlet.ServletContext object.



Your comments will be displayed only after manual approval.