Explain Jsp Directives »
By Ramakrishna on Oct 3, 2008 in Explain Jsp Directives | 0 Comments
sp Directives:-
As part of Jsp’s we can provide the Jsp Directives using the Syntax:
<%@
java directives
%>
It is an instruction given by the JSP Developers to the Jsp Compiler.
If we need to use the class and interfaces that are part of the packages, as part of java code we must use the import statement in the java [...]
