JSP(Java Server Pages)are components in J2EE application that consist of HTML with Java code added to the HTML.
1> Directive Elements
Page <%@ page attributes%>
i. Import : packages
ii. Session : Page participates in page
iii. IsThreadSafe – multiple concurrent request thread
iv. Info : contents,purpose,name etc..
v. ErrorPage : web page when error occurs
vi. IsErrorPage :
vii. ContentType :
Include [...]