Home » JAVA Programming » Java Basic » Question
  1. How are java web applications packaged?
    1. zip
    2. jar
    3. war
    4. Both jar and war
    5. None of these
Correct Option: D

war are deployed on apache servers or tomcat servers. With Spring boot and few other technologies tomcat is brought on the machine by deploying jar.



Your comments will be displayed only after manual approval.