What is a output comment?
Answer / Manohar Pal
A JSP output comment is used for documentation purposes and will not be translated to HTML. It starts with '<%--' and ends with '--%>'.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I implement a thread-safe jsp page?
How can I use jsp in the mvc model?
Is jsp server side scripting language?
How to delete a cookie in a jsp?
Which tag should be used to pass information from jsp to include jsp?
How is jsp better than servlet technology?
Mention the implicit objects in a jsp.
How we can configure init params in jsp?
How can I override the jspinit() method within a jsp page?
Which jsp life cycle is in correct order?
HOW CAN WE COMPARE TWO PDF FILES USING JSP ?
Is jsp platform dependent?