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 boolean keyword in java?
When should you make a function static?
What will happen to the exception object after exception handling?
What is the association?
What is mean by collections in java?
Give example to differentiate between call by value and call by reference.
What is a numeric format?
What is the use of default method in interface in java? Explain
Is a case study a method or methodology?
how many types of Inheritance?
Is java 11 paid version?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Is array synchronized in java?
When do we use hashset over treeset?
What kind of variables a class can consist of?