InterviewSolution
Saved Bookmarks
| 1. |
When do use application scope? |
|
Answer» If we want to make our data available to the entire application then we have to use application scope. |
|