You are not logged in.
Pages:: 1
#1 2016-01-06 07:00:25
Which of the following is true about session scope?
Java Quizzes JSP (Java Server Pages)
Question:
Which of the following is true about session scope?
Option A):
Object created with request scope are accessible only from the pages which are processing the same request.
Option B):
Object created with request scope are accessible only from the pages which reside in same application.
Option C):
Object created with request scope are accessible only from the page in which they are created.
Option D):
Object created with request scope are accessible only from the pages which are in same session.
Correct Answer is Option D):
Object created with request scope are accessible only from the pages which are in same session.
Explanation:
Object created with request scope are accessible only from the pages which are in same session. Object data is available till session is alive.
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2016-01-06 07:00:25
- Advertisement
- Ads By Google
Re: Which of the following is true about session scope?
\n