What is the scope of the application object in JSP?
1
It is limited to the current HTTP request.
2
It is shared among all sessions and all users.
3
It is unique to each user session.
4
It exists only within the current servlet.
5
Question Not Attempted