Multiple choice technology web technology

Web component developer performs the servlet source code, writes jsp, html pages, specifies the deployment desriptor and bundle all these as a ____ file

  1. WAR

  2. JAR

  3. EAR

  4. RAR

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

Web components (servlets, JSPs, HTML pages) are packaged as WAR (Web Application Archive) files. The WAR contains the web components, deployment descriptor (web.xml), and static content. JAR is for EJBs, EAR for complete applications, and RAR for resource adapters.