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 do you understand by casting in java language?
What steps are taken when the OS shifts from one-thread execution to another?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Can we split string with in java?
How does class forname work in java?
What is a protected method?
What is size () in java?
Does apple use java?
How to perform merge sort in java?
Which package has light weight components?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
Can there be an abstract method without an abstract class?
What is not thread safe?
Why singleton pattern is better than creating singleton class with static instance?
Why do we use threads in java?