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 - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -