JSP Declaration - What is a Declaration?

What is a Declaration?

A declaration consists of one or more variables or methods that are used in JSP source file.

A declaration must contain at least one complete declarative statement.

Any number of variables or methods can be declared within one declaration tag, just that they should be separated by semicolons.
Explain how to use JavaBeans components (beans) from a JSP page
The JSP specification includes standard tags for bean use and manipulation..
What is the jspInit() method?
The jspInit() method of the javax.servlet.jsp. JspPage interface is similar to the init() method of servlets..
JSP Actions - Explain JSP Actions in brief.
JSP actions can be used to print a script expression, create and store a Java Bean and for many other...
Post your comment