多选题You want to create a valid directory structure for your Java EE web application, and you want to put yourweb application into a WAR file called MyApp.war. Which two are true about the WAR file?()AAt deploy time, Java EE containers add a directory calle
题目
多选题
You want to create a valid directory structure for your Java EE web application, and you want to put yourweb application into a WAR file called MyApp.war. Which two are true about the WAR file?()
AAt deploy time, Java EE containers add a directory called META-INF directly into the MyApp directory.
BAt deploy time, Java EE containers add a file called MANIFEST.MF directly into the MyApp directory.
CIt can instruct your Java EE container to verify, at deploy time, whether you have properly configured your application’s classes.
DAt deploy time, Java EE containers add a directory call META-WAR directly into the MyApp directory.
相似考题