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 embeded between <% and %>