The JSP developer wants a comment to be visible in the final output to the browser.<br /> Which comment styleneeds to be used in a JSP page?()<br />
A、<!-- this is a comment -->
B、<% // this is a comment %>
C、<%-- this is a comment --%>
D、<% /** this is a comment **/ %>