JSTL Set tag is used to create new variable and assign a value to new or existing variable. The <c:set>…
JSTL out tag is used to display information on JSP. It can also be used with properties of the bean.…
JSTL stands for JAVA Standard Tag Library. It provides basic functionality for JSP. Based on the functionality JSTL provides, tags…
The following scriptlet code adds a Refresh header that specifies a 60-second interval for refreshing the JSP. Place this code…
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…