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 )

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

Question: Explain the life-cycle methods in JSP?

What is difference between Java Bean and Enterprise Java Bean?

What are the services provided by a J2EE container?

Name the containers which uses Border Layout as their default layout?

Question: What is the directory structure of a web application?

Interview Question: What is the difference between sessioncontext and entitycontext?

Question: What is an output comment in JSP?

Interview Question: Is Struts compatible with other Java technologies?

Explain the Polymorphism principle.

What do you understand by JTA and JTS?

Getting started with Interview

Interview Question: What is the difference between find and select methods in EJB?

What are types of J2EE clients?

What is J2EE Connector architecture?

Latest Articles (in Interview)