Can we have more than one Faces Configuration file
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.