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 |
What are the main tags in jsp?
What is context in jsp?
Can constructor be used instead of init(), to initialize servlet?
Can I declare a java class in jsp?
What is a scriptlet?
What are the advantages and disadvantages of thread-safe jsp page?
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]
What is jsp? Explain
What is the scope of response object?
Why do we need custom tags in jsp?
What is scriptlet tag?
What is the use of jsp and servlet?