JSP Question:
What are the two kinds of comments in JSP and what's the difference between them?
Answer:
<%-- JSP Comment --%>
<!-- HTML Comment -->
<!-- HTML Comment -->
Previous Question | Next Question |
What is difference between custom JSP tags and beans? | Can we use the constructor, instead of init(), to initialize servlet? |