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
Is map ordered in java?
What is string example?
How can we avoid including a header more than once?
What is jit compiler ?
List the features of java programming language.
Explain the transient field modifier?
Which methods cannot be overridden in java?
Why stringbuilder is not thread safe in java?
What is a bubble sort in java?
What is the difference between preemptive scheduling and time slicing in java programming?
What is the default value of an object reference declared as an instance variable?
What is ide with example?
Is 0 an even number?
What is the base class of all exception classes in java?
When do you call copy constructor?