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

题目
单选题
The JSP developer wants a comment to be visible in the final output to the browser. Which comment styleneeds to be used in a JSP page?()
A

<!-- this is a comment -->

B

<% // this is a comment %>

C

<%-- this is a comment --%>

D

<% /** this is a comment **/ %>

参考答案和解析
正确答案: B
解析: 暂无解析
更多“单选题The JSP developer wants a comment to be visible in the final output to the browser. Which comment styleneeds to be used in a JSP page?()A !-- this is a comment --B % // this is a comment %C %-- this is a comment --%D % /** this is a comment **/ %”相关问题