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.
|