Which of the following archive files can be deployed in a Web Server?
-
jar
-
war
-
jar, war
-
jar, war, ear
C
Correct answer
Explanation
Web servers can deploy JAR files (as libraries or standalone apps) and WAR files (web applications). WAR files are specifically designed for web application deployment with web components. EAR files are for application servers, not basic web servers - they contain multiple modules (WARs, JARs) with deployment descriptors.