Home Answers Viewqa JSP-Interview-Questions JSP Comment and HTML Comment

 
 


Vijay Kumar
JSP Comment and HTML Comment
1 Answer(s)      2 years and 7 months ago
Posted in : JSP-Interview Questions

Difference between JSP Comment & HTML Comment ?

View Answers

October 29, 2010 at 5:21 PM


JSP Comments are removed by the JSP Engine during the translation phase (JSP Comments are not even part of the compilation unit) whereas the HTML Comments are treated like any other HTML tage and hence they are maintained throughout. This is reason why we can easily see the HTML comments in the browse by viewing the source of the page.









Related Pages:
JSP Comment and HTML Comment
JSP Comment and HTML Comment  Difference between JSP Comment & HTML Comment ?   JSP Comments are removed by the JSP Engine during the translation phase (JSP Comments are not even part of the compilation unit
COMMENT & HIDDEN COMMENT IN JSP
to HTML comment except that you can use expression in JSP comment . Both...COMMENT & HIDDEN COMMENT IN JSP In this section , we will learn how to implements comment & hidden comment in JSP. COMMENT : Comment generates
all comment in jsp
all comment in jsp  Defined all comment in jsp ?   jsp support two type comment : JSP comment and HTML comment JSP Comment: <%-- comment text --%> this is the format of the JSP comments specified in the JSP
javascript comment syntax html
javascript comment syntax html  javascript comment syntax html
Hidden Comment
Hidden Comment  What is a Hidden Comment ?   Hi, Hidden Comments are JSP comments. A comments that documents the JSP page but is not sent to the client. The JSP engine ignores a hidden comment, and does not process any
HTML5 comment tag Example, Definition of <!--  --> comment tag.
HTML5 comment tag Example,, Definition of <!--  --> comment tag. In this tutorial, we will introduce you to the <!-- --> comment tag of HTML5. This tag is used to insert the comment inside the source code. The text
How to comment javascript code?
How to comment javascript code?  How to comment javascript code
JavaScript Comment Tag
JavaScript Comment Tag  How to write comment in JavaScript
Comment PHP Script - MobileApplications
Comment PHP Script  I wanted to write a PHP Script that makes it possible to post the comment on reply. A user can add his comment to any of the reply in the forum. How can I do
sql add comment to column
sql add comment to column  Sql query to add comments to column
JavaScript Comment
JavaScript Comment: Comments are placed within the programming language coding to hide all those statements, which are not supposed to run. Comment make... line comment document.write("It is not comment"); /* This is multi
HOW TO CREATE COMMENT IN WEBSITE AND CONNECT TO DATABASE?
HOW TO CREATE COMMENT IN WEBSITE AND CONNECT TO DATABASE?  HOW TO CREATE COMMENT IN WEBSITE AND CONNECT TO DATABASE
HOW TO CREATE COMMENT IN WEBSITE AND CONNECT TO DATABASE?
HOW TO CREATE COMMENT IN WEBSITE AND CONNECT TO DATABASE?  HOW TO CREATE COMMENT IN WEBSITE AND CONNECT TO DATABASE
Use of Comment Function in PHP
;; /* * This * is * called * Multiple * Line * comment*/ echo "This is not a comment"; ?> Output: This is not a comment
Excel Cell Comment
Excel Cell Comment In this section, you will learn how to add a comment with a excel cell using Apache POI API. A comment is associated with a cell. It is a rich text note. The comment will be showing separately in rectangular text
How do i do the coding for 'leaving a comment' in java
How do i do the coding for 'leaving a comment' in java  i am designing a webpage.In my webpage i want to add the option of adding a comment by the readers of the page.how do i do
Insert a Processing Instruction and a Comment Node
Insert a Processing Instruction and a Comment Node  ... a Processing Node and Comment Node in a DOM document. JAXP (Java API for XML... an instance of an XMLDOMElement. Comment c = doc.createComment("
JavaScript createComment method
to create the comment in the JavaScript. In the following tutorial we have shown... of code : First and second line in the following html code is the declaration for html page. After that we have used the tag <script></script>
Creates element node, attribute node, comment node, processing instruction and a CDATA section
Creates element node, attribute node, comment node, processing...; This Example shows you how to Create an Element node ,Comment node.... Comment node = doc.createComment("Comment for company"
Comments in Jsp
unless you want the comments to appear in the HTML. Jsp comments are converted... that implements the Jsp page. The jsp comment don't appear in the output produced... of comments are allowed in the Jsp page: 1) Hidden comment: This comment
html
html  how to convert html page into jsp page
JSP - JSP-Interview Questions
A comment marks text or lines that the JSP container should ignore. A comment is useful when you want to comment out part of your JSP... are the comments in JSP(java server pages)and how many types and what are they.Thanks inadvance
Html
:48:44 PM Author : SAMSUNG --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...; <head> <meta http-equiv="Content-Type" content="text/html
Html
:48:44 PM Author : SAMSUNG --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...; <head> <meta http-equiv="Content-Type" content="text/html
HTML
it shows as null. here is the html code for date of birth: <tr> <...="http://localhost:8080/examples/jsp/insertdate.jsp"> <body onload="setValues
html-jsp
html-jsp  If i want to get dynamic value in html textbox or in jsp,then how can I get the value,how the value will be transfered from servlet page to the html textbox.Thanx in advance.....Kindly help me
JSP Components
JSP Components In this section we will discuss about the elements of JSP. Structure of JSP Page : JSPs are comprised of standard HTML tags and JSP tags... engine. In addition to HTML ,you can categorize JSPs as following
Understanding HTML
; The Comment tag in HTML <html> </html>...Understanding HTML In this unit we are going to learn some basic of hyper text markup language which is used to write HTML. Once you create an HTML
inserting multiple file formats into database using html
inserting multiple file formats into database using html   hi the code was working fine,i want to choose the file and then upload to database... the code with comment line
jsp mysql
jsp mysql  actually i want a page that has two frames nd in 1 frame... to reflect in other frame followed by a comment box and also after giving comment it has to reflect on the same frame again followed by another comment box
Send E-mail in HTML
Send E-mail in HTML   ... in HTML. In this Tutorial, the code create a HTML Page, which depicts you how to send email from HTML page. In this page user can enter Name, Email -id
html form - JSP-Servlet
html form  how to retrieve database value in dropdown list box placed in html form  Hi friend, Visit for more information. http://www.roseindia.net/jsp/ Thanks
Html Template - JSP-Servlet
Html Template   I use a template to design my website,but some problems arised using template.I pass flag update and insert as a hidden field on to the servlet,the response of the servlet is a jsp page.on this page template
html-jsp - getparameter() - JSP-Servlet
html-jsp - getparameter()  Hi! friedns, This is my front end and I want to retrieve username and password in two different jsp pages. I used getParameter() with two form action as shown below. But I am not getting
HTML - JSP-Servlet
HTML   To process a value in jsp project I have to set the text box as non editable. what is the attribute and value to be submitted... code. Visit for more information. http://www.roseindia.net/jsp
send HTML Email with jsp and servlet
send HTML Email with jsp and servlet  Can You please show me how to send html Email using JSP and Servlet thank you
html - JSP-Servlet
explain in detain and send me code. login application in jsp...; } Login Application in JSP...; ------------------------------------------ Visit for more information. http://www.roseindia.net/jsp/ Thanks Amardeep
javascript-html - JSP-Servlet
javascript-html  i want to dynamically create textfield with option button as another/remove when user presses in jsp page which will be in table.for example table contains one row with 2 columns,one textfield,second dropdown
convert this html form to jsp
convert this html form to jsp  <html> <head> <script... Village Registration --> </body></html>   JSP page includes html tags so you may change an extension. Please visit the following links
javascript-html - JSP-Servlet
javascript-html  i want to dynamically create textfield with option button as another/remove when user presses in jsp page which will be in table.for example table contains one row with 2 columns,one textfield,second dropdown
java html
java html  program for jsp
java html
java html  program for jsp
java html
java html  program for jsp
java html
java html  program for jsp
convert html to excel using jsp
convert html to excel using jsp   i want to convert a html page into mcrosoft excel page using jsp.how i do
Data fetching from JSP or HTML - JSP-Servlet
Data fetching from JSP or HTML  Hi Deepak, Can u pls help me as i have a problem with jsp/html frameset. my question is how can i fetch the data from frameset which is in html format.pls help me. Thanks
html - JDBC
html  How to insert a new column into HTML (or jsp) table dynamically? i have to print a table of html depending on number of subjects (where... jsp but i am not able to print them on the table because table columns
JSP Interview Questions
html content is included in the content of calling jsp) each time the client... file. The target file can be an HTML file, another JSP file, or a servlet... the advantages of JSP over Servlet. a) Embedding of Java code in HTML
HTML - JDBC
HTML  I created on html page with two comboboxes. when ever i select... combobox. please send me code of html   Hi Friend, To do... it will fetch the name of the cities according to the country Id. Here is the JSP page

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.