How to create menu in jsp with example?
No Answer is Posted For this Question
Be the First to Post Answer
Why is jsp used?
What are the advantages of jsp?
What is scriptlet tag?
What do cookies mean?
What are jsp implicit objects?
HOW CAN WE COMPARE TWO PDF FILES USING JSP ?
What are the implicit, internal objects and methods on the jsp page?
Are dialogue tags necessary?
What is content type in jsp?
What are the primary differences between the jsp custom tags and java beans?
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 can you include the results of another page?