Sagar Rohankar wrote:
damodar kumar wrote:Can i Use jsp comment <%-- --%> for commenting javascript statements in JSP?
NO. Its a script, so use // OR /* */
Nonsense. If it's a JSP, the use of JSP comments will work just fine. The comments will not be sent to the browser the way that script comments would be.
damodar kumar wrote:Yes, if you use that comment style, then your JSP may throw an exception.
More complete
nonsense.