Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-900 Topic 2 Question 75 Discussion

Actual exam question for Oracle's 1Z0-900 exam
Question #: 75
Topic #: 2
[All 1Z0-900 Questions]

You are building the User Preferences page of an application. A user can change values, such as his or her name, password, address, company, and so on. These values are sent to a CDI backing bean via AJAX when the user tabs out of each field. However, the values must be retained in the CDI bean and stored in the database only when the user clicks the Save button.

Which two scopes will allow your CDI bean to retain its state while the user is interacting with the User Preferences page? (Choose two.)

Show Suggested Answer Hide Answer
Suggested Answer: C, D

Contribute your Thoughts:

Gary
1 years ago
I think the correct answers are B) View and C) Session because View keeps the state per view in JSF applications.
upvoted 0 times
...
Georgene
1 years ago
But doesn't Session keep the state while the user is interacting with the page?
upvoted 0 times
...
Alyce
1 years ago
I disagree, I believe the correct answers are B) View and C) Session.
upvoted 0 times
...
Georgene
1 years ago
I think the answer is C) Session and D) Request.
upvoted 0 times
...

Save Cancel