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 )

What is transient variable?

What is similarities/difference between an Abstract class and Interface?

What are the services provided by a J2EE container?

Interview Question: How is the MVC design pattern used in Struts framework?

Interview Question: Is Decorator an EJB design pattern?

Interview Question: Why does EJB needs two interfaces(Home and Remote Interface)?

Interview Question: What is abstract schema?

Interview Question: What is EJB client JAR file?

Explain the Polymorphism principle.

What is Deployment Descriptor?

What are types of J2EE clients?

Interview Question: If the framework doesn't do what I want, can I request that a feature be added?

Interview Question: What is ActionServlet?

Interview Question: Why aren't the Struts tags maintained as part of the Jakarta Taglibs project ?

Interview Question: How do I install Struts?

Latest Articles (in Interview)