InterviewSolution
Saved Bookmarks
| 1. |
Explain the different kinds of bean scopes in JSF? |
|
Answer» JSF is having DIFFERENT types of BEAN scopes LIKE @RequestScoped, @NoneScoped, @ViewScoped, @SessionScoped, @ApplicationScoped and @CustomScoped. |
|