Multiple choice technology web technology

Where do you declare the managed beans, Message Bundle and the page navigation related stuffs in JSF?

  1. face-config.xml

  2. Web.xml

  3. Sql-mapper.xml

  4. faces-config.xml

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

In JavaServer Faces (JSF), application configuration settings such as managed beans, message bundles, and navigation rules are defined within the faces-config.xml deployment descriptor file.