-
Application is instance of which class?
-
- javax.servlet.ServletContext
- javax.servlet.Context
- javax.servlet.HttpContext
- javax.servlet.Application
- 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.