Google News
logo
JSF - Interview Questions
Describe value expression and method expression.
Value expression retrieves a value and sets a value. They are further divided into rvalue expression and lvalue expression. rvalue can only read data, whereas lvalue can read as well write data.
 
Public method of the bean is invoked by Method expression that returns the result required for validating the data component and event handling.
Advertisement