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 a substitution variable?
What are the two types of java programming?
What is abstract class? Explain
How do you add spaces in java?
What is the benefit of singleton pattern?
What is finalize()? Is finalize() similar to a destructor?
What is the use of parse function in java?
Explain about strings in java?
What is meant by binding in rmi?
Why is String immutable?
What is a text string?
Explain access specifiers?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
Is there a sort function in java?
What is boolean example?