Explain Jsp Directives »



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 [...]