MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| 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» C. Objects are accessible only from the pages which are processing the same request | |