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