HTTP is a "stateless" protocol which means each time a client retrieves a Web page, the client opens a separate…
You must have come across many situations when you need to pass some information from your browser to web server…
JSP provides very useful features. One of them is maintaining the user defined variable. As you all know that in…
JSP pageContext Object is implicitly available to the developer on Java Server Pages. A pageContext implicit object is used for…
The JSP implicit page object is an instance of the java.lang.Object class. It represents the current JSP page. That is,…
JSP config Object is implicitly available to the developer on Java Server Pages. Config object is useful in getting application…
The exception object represents all errors and exceptions. The exception implicit object is of type java.langThrowable. You can access the…