How do I use sendredirect?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between JSP and Servlet?
21 Answers HCL, T3 Softwares, Tibco,
How do I mix jsp and ssi #include?
What is jsp param?
How to get value from java to jsp page?
What is jsp page?
How are cookies set in jsp?
how to make a jsp page threadsafe?
How can I prevent direct access to a jsp page from a browser?
How do you pass control from one jsp page to another?
Which package does jsp api consist of?
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...........
What is c tag in jsp?