Answer:
All of Given
Explanation:
JSP provides a number of implicit objects which are made available by the container and can be used directly in scriptlets. These objects include:
Example usage:
<% session.setAttribute("userid","demoid"); %>
<% application.getContextPath(); %>
<% out.println(config.getServletName()); %>