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 udp in java?
What is the difference between import java.util.date and java .util?
What is a method type?
What is the reason behind using constructors and destructors?
How are variables stored in memory?
Can a top level class be private or protected?
Why synchronization is important in java?
What is difference between word and integer?
Why charat is used in java?
Are arrays classes in java?
What does java stand for?
Explain hashset and its features?
What is the purpose of a transient variable?
What is xslt in java?
What is the difference between a static and a non-static inner class in java programming?