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) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -