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 different types of functions?
What do you mean by order of precedence and associativity?
What is the significance of listiterator?
Give few examples of final classes defined in Java API?
Can we access the non-final local variable, inside the local inner class?
What super () does in java?
What is the difference between an array and an array list?
What is a numeric digit?
How many ways can you break a singleton class in java?
What is a ternary operator in java?
Why is the singleton pattern considered to be an anti pattern?
What is the epoch date?
Which is better stringbuilder or stringbuffer?
Are primitives objects?
How does the java compiler work?