Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 261 Bytes

File metadata and controls

5 lines (3 loc) · 261 Bytes

What are JSP declarations?

A declaration declares one or more variables or methods that you can use in Java code later in the JSP file. You must declare the variable or method before you use it in the JSP file.

<%! declaration; [ declaration; ]+ ... %>