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


Please Help Members By Posting Answers For Below Questions

Can we clone singleton object in java?

798


What are methods?

766


Do loops java?

759


Can you declare an interface method static?

806


What is the purpose of the system class in java programming?

758


What is api data?

765


What is a treeset class?

762


In the below example, how many string objects are created?

782


What is the meaning of nullable?

774


Name few java util classes introduced with java 8 ?

715


Explain jdk, jre and jvm?

765


what do you understand by the term string with respect to java?

779


Can variables be used in java without initialization?

797


Is there any limitation of using inheritance?

810


Can list have duplicates in java?

709