Shared Flashcard Set

Details

8010 <%
tags computer
5
Computer Science
Undergraduate 2
03/08/2012

Additional Computer Science Flashcards

 


 

Cards

Term
<%
Definition
<% JAVA STATEMENTS: these tags indicate where java programing begins in a jsp page; variables, ifs, loops, code go in here
similar to
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
comment
Supporting users have an ad free experience!