InterviewSolution
Saved Bookmarks
| 1. |
Application is instance of which class?(a) javax.servlet.Application(b) javax.servlet.HttpContext(c) javax.servlet.Context(d) javax.servlet.ServletContext |
|
Answer» Correct answer is (d) javax.servlet.ServletContext To explain I would say: Application object is wrapper around the ServletContext object and it is an instance of a javax.servlet.ServletContext object. |
|