InterviewSolution
Saved Bookmarks
| 1. |
Why is JSF used for? |
|
Answer» The primary purpose of JSF is to make the construction PROCESS of the user interface simple. This UI is used for server-based applications, and the components can be reusable in a page. It CONNECTS the UI widgets with data sources. It provides the standard UI components and API (Application Programming Interface) majorly for DEVELOPING components. |
|