Everypageofyourwebsitemustincludeacommonsetofnavigationmenusatthetopofthepage.ThismenuisstaticHTMLandchangesfrequently,soyouhavedecidedtouseJSP’sstaticimportmechanism.WhichJSPcodesnippetaccomplishesthisgoal?()
A.<%@importfile=’/common/menu.html’%>
B.<%@pageimport=’/common/menu.html’%>
C.<%@importpage=’/common/menu.html’%>
D.<%@includefile=’/common/menu.html’%>
E.<%@pageinclude=’/common/menu.html’%>