What is Implicit Objects in jsp
Implicit Objects:- In this article, I will try to describe about the objects on the jsp page. There are two type of objects can be on a jsp page. Jsp Implicit Objects Jsp Explicit Objects What is Implicit Objects in jsp Objects which are directly available on the Jsp page are called Implicit object. Actually these objects are Java objects and Jsp container provide these objects on the Jsp page. These objects automatically instantiate on the Jsp page. Jsp has nine type of Implicit Objects. We are describing these implicit objects below. Object Class application javax.servlet.ServletContext config javax.servlet.ServletConfig exception java.lang.Throwable out ...