JSP Comment Types with example

JSP Comment Types with example

Hi,

Please explains me about the different types of comments in JSP and how use each of these comment types?

Thanks

View Answers

August 11, 2015 at 5:56 AM

Hi,

Commenting in JSP allows the programmer to embed the comment in their program.

This helps the program understanding by the developers.

Check the tutorial Comments in Jsp.

Thanks









Related Tutorials/Questions & Answers:
JSP Comment Types with example
JSP Comment Types with example  Hi, Please explains me about the different types of comments in JSP and how use each of these comment types? Thanks   Hi, Commenting in JSP allows the programmer to embed the comment
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
Advertisements
COMMENT & HIDDEN COMMENT IN JSP
COMMENT & HIDDEN COMMENT IN JSP In this section , we will learn how to implements comment & hidden comment in JSP. COMMENT : Comment generates a comment that is sent to the client. The comment use in JSP is very similar
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:ADS_TO_REPLACE_1 <%-- comment text --%> this is the format of the JSP comments
need a jsp example - JSP-Servlet
need a jsp example  I need a jsp example to send a voice message or a audio .wav file from my pc to a mobile phone
Simple JSP program example
example? I am beginner in JSP and looking for example for getting started with the simple JSP example program. Give me simple jsp program example. Thanks  ... date on the JSP page. Check tutorial JSP Hello World example using Eclipse IDE
Example questions of JSP & Servlet
Example questions of JSP & Servlet  Give me some JSP & Servlet Question and their answers
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...;    <!-- Comment area  --> Example of <
JSP - JSP-Interview Questions
are the comments in JSP(java server pages)and how many types and what are they.Thanks inadvance... 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
Example of handling form in JSP
Example of handling form in JSP  Hi, I am learning to handle the form in JSP. Can you tell me the the example of handling form in JSP. How to handle a form in JSP? Thanks   Hi, In JSP page you can get the values
jsp maps api example - JSP-Servlet
jsp maps api example  Can u give a complete working example on usage of JSP GOOGLE MAP API
What are constructors ? explain different types of constructor with example
What are constructors ? explain different types of constructor with example  Hi, What are constructors ? explain different types of constructor with example Please feel free suggest links for references. thanks,   
JSP Database Example
This example shows you how to develop JSP that connects to the database and retrieves the data from database. The retrieved data is displayed on the browser. Read Example JSP Database Example Thanks
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
JSP Paging Example in Datagrid - JSP-Servlet
JSP Paging Example in Datagrid  Hi, I have tested JSP Paging Example... it successfully. http://www.roseindia.net/jsp/paging.shtml When i try... on the url http://www.roseindia.net/jsp/paging.shtml is customizable or not if yes
provide example in J2ee/jsp - JSP-Servlet
provide example in J2ee/jsp  how to manage search options page in jsp using back end as oracle/sql? i am using multiple search options. so please provide code for this or tutorial
JSP for loop Example
JSP for loop Example We are going to discus about for loop in JSP page's. JSP provides loop statement and conditional checks. We first initialize... is as follows: We always write "for loop" inside JSP tag i.e.<
JSP Elements
use on a JSP page. This section will describe you all types of JSP elements... Code inside the JSP page. There are different types of scripting elements... Comment Elements JSP comment elements are used to hide your code from the "
JSP Paging Example in Datagrid - JSP-Servlet
JSP Paging Example in Datagrid  Hello, This is with refernece to the paging smaple provided on the URL http://www.roseindia.net/jsp/paging.shtml... Folder Name is datagridsample that has a jsp page named search.jsp WEBINF\lib
JQuery-JSP AJAX example not working
JQuery-JSP AJAX example not working  Hi, I while back ran you... development code (following your example (and by the way, thanks for helping me get... to the original example figuring I must be doing something wrong. I again copied
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.... Example 1:ADS_TO_REPLACE_1 <html> <head> <title>My Firt
JSP include directive tag syntax and example
JSP include directive tag syntax and example  The syntax and example of the JSP include directive tag.   Hi, The syntax of the JSP include...; The example of the JSP include directive tag is: <%@include file="filename" />
Use of Comment Function in PHP
keep you remembering about each details of the program. Example of PHP Comments... * Multiple * LineADS_TO_REPLACE_4 * comment*/ echo "This is not a comment"; ?>ADS_TO_REPLACE_5 Output: This is not a comment
How to write first JSP Hello World example?
How to write first JSP Hello World example?  Hi, How to make first simple JSP program which prints simple Hello World example? I want to learn to make fist JSP page which prints the Hello World example. Thanks   Hi
Java runtime example - JSP-Servlet
Java runtime example  in eclipse after submiting the data throgh jsp page i got the following error com.microsoft.sqlserver.jdbc.SQLServerException: The value is not set for the parameter number 1. the code is: Bean
JSP date example
JSP date example          Till now you learned about the JSP syntax, now I will show you how to create a simple dynamic JSP page that prints
Java bean example in JSP
Java bean example in JSP     ... that help in understanding Java bean example in JSP.This code illustrates... of Java bean. Understand with ExampleADS_TO_REPLACE_1 In this example we want
Comments in Jsp
;JSP Comment:</b> System.out.println ("Roseindia.net");<br>..._TO_REPLACE_3 Comments in Jsp COMMENT & HIDDEN COMMENT...JSP comments are very similar to HTML. They are not displayed in the Output
Bit torrent technology code example - JSP-Servlet
to start implementing it to a code so please send me a sample code in java or jsp... the following example which asks user to upload an image on the server and then you can get the path of that image on the JSP page by using the code like
Difference between documentation comment and multiline comment in java?
Difference between documentation comment and multiline comment in java?  Difference between documentation comment and multiline comment in java
Types of JDBC drivers
need libraries installed at client site. For example, we need "
JSP Cookies Example
JSP Cookies Example   ... how to handle cookies in JSP pages. In this tutorial you will learn how to add cookies through jsp page and then show the value of the same cookie in another
Comments in Jsp
that implements the Jsp page. The jsp comment don't appear in the output produced...; jsp page are useful to increase the readability of the jsp page. In Jsp two types of comments are allowed in the Jsp page:ADS_TO_REPLACE_1 1) Hidden comment
Simplest Login and Logout example in JSP
Simplest Login and Logout example in JSP   This JSP example shows you how to login and logout the session between JSP pages. JSP provide an implicit object that is session in which use to save
How to comment javascript code?
How to comment javascript code?  How to comment javascript code
javascript comment syntax html
javascript comment syntax html  javascript comment syntax html
JavaScript Comment Tag
JavaScript Comment Tag  How to write comment in JavaScript
JSP Elements
; A JSP page can have two types of data: Template Data: It is the static part... server is known as JSP element. There are three types of JSP elements:ADS... that provides embedded Java statements. A JSP page can have three types of scripting
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
JSP Scriptlets Example
JSP Scriptlets Example In this section, we will understand  Scriptlets with the help of an Example. JSP allows you embed java code inside JSP page... as Scriplets. Scriplets is executed every time a JSP page is invoked.The syntax
JSP If statement Example
JSP If statement Example In this section with the help of example you will learn about the "If" statement in JSP. Control statement is used... a simple JSP program. Example : This example will help you to understand how to use
Hibernate JSP
In this section, you will learn about Hibernate with JSP using simple pagination example
JSON-JSP example
JSON-JSP example       In the previous section of JSON-Servlet example you have... will tell you how to use JSON to use it into JSP pages. In this example we have
JSP date example
how to write the coding for converting the database data for example population into any type of graph using jsp and servlets?//
for converting the database data for example population into any type of graph using jsp and servlets pls help me out how to write the coding for converting the database data for example population into any type of graph using jsp and servlet
JSP Login Logout Example
JSP Login Logout Example In this section we will discuss how to create... example in JSP we will use Eclipse IDE for compile and Tomcat 7 server... login logout example. We will create this example using JSP. In this example we
INTRODUCTION TO JSP TAGS
: include is used to include a file in the JSP page. Example: <... and character set of the JSP. Example: <%@page... INTRODUCTION TO JSP TAGS      
JSP - JSP-Servlet
JSP & Servlet Example Code  Need example of JSP & Servlet
JSP
://www.roseindia.net/jsp/simple-jsp-example/LifeCycleOfJspPage.shtml http://roseindia.net/jsp/simple-jsp-example/expressionLanguage.shtml   EL parser...Can you explain jsp page life cycle what is el how does el search

Ads