Multiple choice technology programming languages

Which file contains the web application that can be deployed on the any servlet/jsp container?

  1. .jar

  2. .war

  3. .ear

  4. .zip

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

WAR (Web Application Archive) files contain web applications ready for deployment on servlet/JSP containers like Tomcat or Jetty. They bundle HTML, JSP, JavaScript, classes, and configuration files.