Multiple choice technology web technology

A WebLogic server can deploy following files

  1. Only WAR files

  2. Only EAR files

  3. Only SAR files

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.