Term
|
Definition
<% JAVA STATEMENTS: these tags indicate where java programing begins in a jsp page; variables, ifs, loops, code go in here similar to when using php |
|
|
Term
|
Definition
Prints the output of a Java statement. One line quick - no need to create a variable nor use “out” |
|
|
Term
|
Definition
a jsp page directive - displays a list of all imported packages |
|
|
Term
|
Definition
a jsp declaration - a section of code in declaration tags that loads but doesn’t change while the webpage is running |
|
|
Term
|
Definition
|
|