Which tag should be used to pass information from jsp to include jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Explain lifecycle methods.
How to connect jsp and java file?
what is difference between the contart and implementation?
What is a session in web?
Can you use javascript in jsp?
What is contextpath?
What is the difference between directive include and jsp include?
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 the difference between <jsp:forward> and sendRedirect?
How did you implement caching in jsp?
What does jsp mean?
Mention the scope values for <jsp.usebean> tag.