What are immediate and deferred value expressions?
Answer / Sonu Kumar Mishra
"Immediate value expressions are evaluated immediately when they are accessed, while deferred value expressions are only evaluated when their value is actually needed (for example, during component rendering)."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is JSF?
What is the main tag in jsf?
What are the requirements for using integrated jsf using jdbc?
How to create jdbc (java database connectivity) connection in jsf (javaserver faces) application?
what does JSF-Managed Bean?
What are the benefits of using the jsf framework?
Can we integrate jsf with other popular frameworks such as spring, hibernate etc?
What is the difference between jsf-1 and jsf-2?
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
How to validate managed bean in jsf (javaserver faces)?
Explain the purpose of the <h: form> tag.
Which tag is used to upload a file on the website in jsf?