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 is a WeakHashMap in Java ?

Enumeration and Iterator, Which One Has Better Performance in Jav ...

What is the Purpose of Thread Groups in Java ?

What is the Difference Between init-param and context-param in JS ...

What is the Difference Between StringBuffer and StringBuilder in ...