You are not logged in.

#1 2016-01-06 07:00:25

Muhammad
User RankUser RankUser RankUser RankUser RankUser Rank
بِسمِ اللَّهِ الرَّحمٰنِ الرَّحيمِ
From: Sahiwal Division
Registered: 2012-03-22
Posts: 22,197
Website

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/

2016-01-06 07:00:25

Advertisement
Ads By Google

Re: Which of the following is true about session scope?



\n

Board footer