Including pages using <jsp:include page = ... >

Both <jsp:include page = ... > and <%@ include file = ... > let you include information from one page in another. What is the difference between them? Here is an example of using <jsp:include page = ... >.