How do I use comments within a jsp page?



How do I use comments within a jsp page?..

Answer / Vaibhav Sharma

Comments in JSP are created using HTML-style comments: <!-- Comment starts here --> and <!-- Comment ends here -->

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What are the main tags in jsp?

1 Answers  


What is context in jsp?

1 Answers  


Can constructor be used instead of init(), to initialize servlet?

1 Answers  


Can I declare a java class in jsp?

1 Answers  


What is a scriptlet?

1 Answers  


What are the advantages and disadvantages of thread-safe jsp page?

1 Answers  


When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]

1 Answers  


What is jsp? Explain

1 Answers  


What is the scope of response object?

1 Answers  


Why do we need custom tags in jsp?

1 Answers  


What is scriptlet tag?

1 Answers  


What is the use of jsp and servlet?

1 Answers  


Categories