Programming Tutorials

What is JSP Output Comments?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: JSP Output Comments are the comments that can be viewed in the HTML source file.

Example: 

<!-- This file displays the user login screen --> 

and 

<!-- This page was loaded on <%= (new java.util.Date()).toLocaleString() %> -->





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Question: What is a Hidden Comment in JSP?

What is JSP Output Comments?

Interview Question: What is difference between EJB 1.1 and EJB 2.0?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

What is JAXP?

Types of Interviews

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

What are the services provided by a J2EE container?

Why J2EE is suitable for the development of distributed multi-tiered enterprise applications?

What are the contents of web module?

What do you understand by a J2EE module?

Question: How would you go about analyzing performance of an application?

Interview Question: What is deployment descriptor?

Interview Question: What is Message Driven Bean?

Interview Question: What is local interface. How values will be passed?

Latest Articles (in Interview)