多项选择题

在J2EE中,对于以下的include指令和include动作,书写正确的是() 

A.<jsp:include page=http://localhost:/8080/my.jsp/> 
B.<%@ include file=http://localhost:/8080/my.jsp/>
C.<jsp:include file=http://localhost:/8080/my.jsp/> 
D.<%@ include page=http://localhost:/8080/my.jsp/>