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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -