Explain the different kinds of bean scopes in jsf?
Answer / Renu Sirohi
The different kinds of bean scopes in JSF are: 1. Request scope (@RequestScoped), managed beans created for each HTTP request and destroyed after the response is sent, 2. Session scope (@SessionScoped), managed beans that last as long as the user's session, 3. Application scope (@ApplicationScoped), managed beans available throughout the application lifecycle.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is javaserver faces technology?
Explain the difference between jsf 1.0vs.jsf 2.0?
What is the use of jsf life cycle?
Give a list of important datatable operations.
List some of the attributes of <h:form> tag in jsf?
What is the jsf?
what is the difference between JSF and Struts?
Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.
Explain the purpose of the <h: form> tag.
Explain value expression and method expressions?
What is javaserver faces event and listener model?
What are the standard converters in jsf (javaserver faces)?