Q. Application is instance of which class?
β
Correct Answer: (A)
javax.servlet.ServletContext
Explanation: Application object is wrapper around the ServletContext object and it is an instance of a javax.servlet.ServletContext object.