A WebLogic server can deploy following files
-
Only WAR files
-
Only EAR files
-
Only SAR files
-
All of the above
D
Correct answer
Explanation
WebLogic Server is a Java EE application server that supports multiple deployment archive formats. WAR (Web Application Archive) files contain web applications, EAR (Enterprise Application Archive) files contain enterprise applications with multiple modules, and SAR files are service archives. Since WebLogic can deploy all these types, 'All of the above' is the correct answer. Each format serves different application packaging needs.