Snippets tagged “jsp”
2 snippets use this tag.
- How do you import classes in JSP?Java
To import classes in a JSP (JavaServer Page) file, you can use the <%@ page import="package.class" %> directive.
- What is the difference between JSF, Servlet and JSP?Java
JavaServer Faces (JSF) is a user interface (UI) framework for building web applications.