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

What are the Advantages of Multithreading in Java ?

Java How To Find The Average Of 10 Numbers Using A While Loop

What are the Differences Between Collection and Collections in Ja ...

How Can Be Read Data From a Form in a JSP ?

What is the Difference Between a Nested Class and an Inner Class ...