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 assembly condition codes?
What is floor in java?
what is method reference in java 8?
What is the difference between a field variable and a local variable?
What is the properties class?
Can we inherit inner class?
What is the difference between Java and C++?
Why java uses the concept of the string literal?
What is type safety in java?
Explain jvm, jre, and jdk?
What is adapter in java?
Explain the transient field modifier?
What is a void in java?
Does garbage collection occur in permanent generation space in jvm?
What is the purpose of the finalize() method?