9 JSP Implicit objects and Scope

One of the advantages of JSP over Servlets is Implicit Objects. Implicit objects make JSP coding simple. In Servlets, the Programmer should create these objects and then use, example, objects of HttpSession, ServletConfig, PrintWriter etc. But in case of JSP, just use them as they are implicitly created and supplied by JSP container. Programmer can …

9 JSP Implicit objects and Scope Read More »