Which of the tag is used to show the comments in the JSP page

Skill/Topic: Programming Constructs
A) <% code fragment %>

B) <%= expressions %>
C) <%! Declarations %>
D) <%-- comment -- %>

Showing Answers 1 - 4 of 4 Answers

sravankumar uppala

  • Dec 28th, 2005
 

JSP Comment Tag is:

<%----Comments----%>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions