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

What do you understand by soft reference?

584


Why javac is not recognized?

517


what is enumset?

578


What is difference between checked and unchecked exception in java?

574


Write a function for palindrome and factorial and explain?

654






Can we write class inside a class in java?

548


Can we write any code after throw statement?

603


what is the difference between yielding and sleeping? : Java thread

523


What is Hierarchy of exception?

645


What does next mean in java?

534


What is a cup of java?

555


Explain a few methods of overloading best practices in java?

504


What is yield () in java?

480


What is the method to declare member of a class static?

534


What is the purpose of skeleton and stub?

586