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 is the difference between Error, defect,fault, failure and mistake?

902


Is java owned by oracle?

790


What are new features introduced with java 8 ?

753


what is aggregation in java?

790


how to create multithreaded program? : Java thread

724


Can we write class inside a class in java?

761


Is a string literal?

752


How many tetrahedral voids are there in bcc?

776


Program to Find the second largest element in an array.

837


How to sort a collection of custom Objects in Java?

837


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

819


What is meant by final class?

793


What is module with example?

702


what is the constructor and how many types of constructors are used in java?

769


What is the difference between preemptive scheduling and time slicing?

848