A WebLogic server can deploy following files
-
a. Only WAR files
-
b. Only EAR files
-
c. Only SAR files
-
d. All of the above.
D
Correct answer
Explanation
WebLogic Server can deploy multiple archive formats: WAR files for web applications, EAR files for enterprise applications (which can contain multiple modules), and SAR files for service archives. 'All of the above' is correct because WebLogic supports all these deployment formats, not just one type.