Multiple choice technology web technology

Name the location of compiled class files within a war file

  1. /META-INF/classes

  2. /classes

  3. /root/classes

  4. /WEB-INF/classes

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

In a standard Java Web Application Archive (WAR) file, compiled Java class files must be placed inside the /WEB-INF/classes directory to be loaded by the web container's classloader.