Multiple choice technology web technology Name the location of compiled class files within a war file /META-INF/classes /classes /root/classes /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.