How do u pass data from one jsp to another jsp?
Answer Posted / soumyojit chakraborty
This can be done by using an implicit object in jsp, called
session. Sessions are set using Session.setAttribute() and
retrieved in another jsp using Session.getAttribute().
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What is sleep method?
List two java ide’s?
what is optional in java 8?
Which list does not allow duplicates in java?
What is the main purpose of serialization in java?
Can a string be null?
How many types of parsers are there?
What all methods are used to prevent thread execution ?
What is the maximum size of list in java?
how is final different from finally and finalize in java?
What is the difference between public, private, protected, and friend access?
What are the 3 types of loops in java?
What is the difference between int and integer in java?
Explain list interface?