JSP Question:

What are the two kinds of comments in JSP and what's the difference between them?

Java JSP Programming Interview Question
Java JSP Programming Interview Question

Answer:

<%-- JSP Comment --%>
<!-- HTML Comment -->


Previous QuestionNext Question
What is difference between custom JSP tags and beans? Can we use the constructor, instead of init(), to initialize servlet?