Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Entering Comments in JSP Pages
What are the two kinds of comments in JSP and what's the difference between them?
✍: FYICENTER.com
<%-- JSP Comment --%> <!-- HTML Comment -->
HTML comments are visible on the client side. But JSP comments are not visible on the client side.
2007-04-03, 8159👍, 0💬
Popular Posts:
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
How to reduce the final size of an executable file? Size of the final execuatable can be reduced usi...
How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters? Unicode requires 1...
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
What is the version information in XML? “version” tag shows which version of XML is used.