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
Can we clone singleton object in java?
What are methods?
Do loops java?
Can you declare an interface method static?
What is the purpose of the system class in java programming?
What is api data?
What is a treeset class?
In the below example, how many string objects are created?
What is the meaning of nullable?
Name few java util classes introduced with java 8 ?
Explain jdk, jre and jvm?
what do you understand by the term string with respect to java?
Can variables be used in java without initialization?
Is there any limitation of using inheritance?
Can list have duplicates in java?