The tags for including java code in a JSP are <% %>.
<% %>
<% int x = 0; x++; %>
There are two tags for including files.
<%@ include file="/path/from/web-app-root/to/file" %>
<jsp:include page="/path/from/web-app-root/to/file" />