Multiple choice technology web technology

zk.xml is the configuration descriptor file is it optional ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.