How do I use comments within a jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
What are jsp declarations?
What are jsp lifecycle methods?
Explain jsp technology?
How to pass information from jsp to included jsp?
How can I implement a thread-safe jsp page?
Show the 2 types of comments in JSP.
What is the jsp?
Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........
How do I use comments within a jsp page?
What is context in jsp?
How can we handle the exceptions in jsp?
What are the ways to insert java code into jsp page?