What are different types of comments in JSP?
Answers
Answered by
0
There are two types of of comments supporting static HTML and one type of comment supporting dynamic JSP code. JSP 3 types of Comments. Content Comments. Content comments are nothing but HTML comments as they are used in HTML and XML part of JSP code. ... JSP Comments.
Similar questions