Totel:9 Click:
1
2
JSF Interview Questions And Answers
Page 1
Questions 1 What is use of the <f:subview>Tag in the JSF?
Answer
JSF <f:subview> Tag is help to dynamically includes another page from the same web application.
Questions 2 What is the use of the <f:convertNumber> Tag in JSF?
Answer
JSF <f:convertNumber> Tag is register a NumberConverter instance on the UIComponent associate with the enclosing parent tag. NumberConverter is Converter implementation for java.lang.Number values use to getAsObject() method parses a String into an java.lang.Double or java.lang.Long.
Questions 3 What is the use of the <f:convertDateTime> Tag in JSF?
Answer
JSF <f:convertDateTime> Tag is register a DateTimeConverter instance on UIComponent associate with the enclosing parent tag. DateTimeConverter is Converter implementation for java.util.Date values use getAsObject() method parses a String into a java.util.Date.
Questions 4 What is use of the <f:attribute> Tag in JSF?
Answer
JSF <f:attribute> Tag is use to add an attribute to the UIComponent associated with the enclosing parent tag
Questions 5 How many services are provided by JSF?
Answer
1. Data Conversion
2. Validation
3. Error Handling
4. Model-View-Controller Architecture
5. Custom Components
6. Internationalization
7. Alternative Renderers
Goto Page:
1
2
JSF Objective Questions And Answers
JSF Objective Questions And Answers
JSF Interview Questions And Answers
JSF Subjective Questions And Answers
R4R,JSF Objective, JSF Subjective, JSF Interview Questions And Answers,JSF,JSF Interview,JSF Questions ,JSF Answers