Multiple choice technology architecture

Where we provide entries for external/supported jars for an application?

  1. Web.xml

  2. AC.xml

  3. Manifest

  4. None of the above

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

The Manifest file is where classpath entries and external JAR dependencies are declared for Java applications. Web.xml configures servlet mappings, AC.xml is not a standard configuration file, making Manifest the correct location for dependency entries.