How do u pass data from one jsp to another jsp?
Answer Posted / soumyojit chakraborty
This can be done by using an implicit object in jsp, called
session. Sessions are set using Session.setAttribute() and
retrieved in another jsp using Session.getAttribute().
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Error, defect,fault, failure and mistake?
Is java owned by oracle?
What are new features introduced with java 8 ?
what is aggregation in java?
how to create multithreaded program? : Java thread
Can we write class inside a class in java?
Is a string literal?
How many tetrahedral voids are there in bcc?
Program to Find the second largest element in an array.
How to sort a collection of custom Objects in Java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is meant by final class?
What is module with example?
what is the constructor and how many types of constructors are used in java?
What is the difference between preemptive scheduling and time slicing?