zk.xml is the configuration descriptor file is it optional ?
A
Correct answer
Explanation
The zk.xml configuration file is optional in ZK applications. ZK can run with default settings without a zk.xml file. It is used to customize configuration such as library properties, richlet mappings, error handling, and other system-wide settings. If not present, ZK uses built-in defaults. This makes it optional for basic applications.