Copyright © 2001 Qusay H. Mahmoud
33
JSP
lServer-side technology
lEnables you to embed Java code within an HTML document
lJSP documents have the extension .jsp
lWhen an HTTP request is received, the compilation engine converts the JSP document into a Java Servlet then the servlet will be loaded
lJava code is embedded between <% and %>
l