previous
|
start
|
next
Dynamic Web Content
A JavaServer Pages (JSP) page contains HTML tags and Java instructions
The Java instructions are executed each time the page is served to the browser
An instruction to insert the current date and time into a web page
<%= new java.util.Date() %>
previous
|
start
|
next