Vidyalelo
Java Programming · Q59

Java Session Management and JSP

Programming · Java Programming · question 59

Q59

Which option is true about session scope?

A.
Objects are accessible only from the page in which they are created
B.
Objects are accessible only from the pages which are in same session
Answer
C.
Objects are accessible only from the pages which are processing the same request
D.
Objects are accessible only from the pages which reside in same application

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board