Multiple choice technology web technology

The location where compiled class files will be present within a war file?

  1. /WEB-INF/classes

  2. /classes

  3. /META-INF/classes

  4. /root/classes

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

In a WAR file, compiled Java classes must be stored in /WEB-INF/classes directory following the standard WAR structure. This is part of the servlet specification. The /classes, /META-INF/classes, and /root/classes paths are not standard locations for compiled classes in a WAR file.