DEVFYI - Developer Resource - FYI

What are the two kinds of comments in JSP and what's the difference between them.

JSP Interview Questions and Answers


(Continued from previous question...)

3. What are the two kinds of comments in JSP and what's the difference between them.

<%-- JSP Comment --%>
<!-- HTML Comment -->

(Continued on next question...)

Other Interview Questions