Multiple choice technology web technology

Application client developer performs the source code, specifies deployment descriptor to deliver ____ file

  1. WAR

  2. JAR

  3. EAR

  4. RAR

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

Application client modules are packaged as JAR files containing the client classes and deployment descriptor. The client can be a standalone Java application or a web-based client. WAR is for web components, EAR for complete applications, and RAR for resource adapters.