1.

How are java web applications packaged?(a) jar(b) war(c) zip(d) both jar and warThe question was posed to me during an online interview.My doubt stems from Web application topic in division Java Server Technologies & Servlet of Java

Answer»

Correct option is (d) both jar and war

To explain I would SAY: 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.



Discussion

No Comment Found

Related InterviewSolutions