InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by JSF? |
|
Answer» JSF stands for Java SERVER Faces which is a web framework that is INTENDED for simplifying the development process for user interfaces. It is a STANDARDIZED display technology for Java-based web applications. It is based on MVC (Model-View-Controller) pattern and provides reusable UI components. |
|