Basically, there are two types of comments allowed in the JSP, hidden comments and output comments.

 

The hidden comments of JSP don’t appear in the generated output in the HTML (ex: <%-- This is hidden comment --%>), while output comments arrear in the generated output ex: <!-- This is output comment -->).

BY Best Interview Question ON 18 Jan 2019