InterviewSolution
Saved Bookmarks
| 1. |
How are java web applications packaged?(a) jar(b) war(c) zip(d) both jar and war |
|
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. |
|