Multiple choice technology web technology

Can we have more than one Faces Configuration file

  1. True

  2. False

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

JSF supports multiple faces-config.xml files through configuration inheritance. You can have configuration files in META-INF directories of JARs, multiple web.xml entries, or use the javax.faces.CONFIG_FILES context param. This enables modular configuration across multiple modules or libraries.