Aim Create a JSP page to request implicit object. Theory There are 9 JSP implicit objects. These objects are created by the web container that are available to all the jsp pages. The available implicit objects are as given below: Object Type out JSPWriter request HttpServletRequest response HttpServletResponse config ServletConfig application ServletContext session […]
