What is an Output Comment in JSP ?

We can write output in JSP in such a way that it becomes a comment in HTML code. This comment will not be visible in the web browser. But when we view page source to see HTML, we can see output comment.

An HTMLcomment is of following format...

If we output comment in above format, it will be visible to client.



You May Interest

How Will You Implement Error Page in JSP ?

What are the Examples of Observer Design Pattern in JDK ?

What is the Difference Between pass by reference and pass by valu ...

What is the Use of Jsp:useBean in JSP ?

What are the Atomic Operations in Java ?