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 -

windows - How to automate a file conversion xwm to mp3 with xwmaencode.exe using bat file -