Multiple choice technology web technology

The Model In JSF's MVC implementation, Managed beans mediate between view and model.The bean defines the properties and methods associated with the UI components used on the page. A bean can also define a set of methods that perform functions, such as validating the component's data, for the component. An important feature of JSF's managed bean facility is it's ability to initialize properties from the configuration file.(Ques):Which Configuration file holds the registry info for the Managed bean?

  1. faces-config.xml

  2. web.xml

  3. ibm-web-ext.xmi

  4. ibm-web-bnd.xmi

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The faces-config.xml file is the standard configuration file in JSF applications where managed beans are registered and configured along with their properties, navigation rules, and other application-wide settings. web.xml is for general web application configuration, not JSF-specific managed bean registration.