What are the output comment and hide comment in jsp? -
hiii came across these terms output comment , hide comment in jsp. know differences between them. in advance.
output comment:
a comment sent client in viewable page source(it appear in output).
<!-- output comment -->
hidden comment:
a comments documents jsp page not sent client(it not appear in output ).
<%-- hidden comment --%>
Comments
Post a Comment