How do u pass data from one jsp to another jsp?
Answer Posted / sreedhar
In that jsp we can pass the values one page two another
page four ways:
1)Hidden form fields
2)session
3)query String
4)request Object
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the difference between public, private, protected, and friend access?
What is a dynamic array java?
What does sizeof return?
What is t type java?
Difference between serialization and deserialization in java?
Does java allow default arguments?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
how we can make a write-only class in java?
What is parameters example?
How to compare two strings in java program?
Is boolean a wrapper class in java?
Is null an object java?
What is difference between add() and addelement() in vector?
Can a static block throw exception?
What is finally in Java?