Multiple choice technology web technology

WebLogic Server is a

  1. HTTP server

  2. Web server

  3. Application server

  4. A & C

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

WebLogic Server is an application server that runs Java EE applications. While it can serve web content and handle HTTP requests (which might make it seem like a web server), its primary purpose and classification is as an application server that provides enterprise services like transaction management, security, database connectivity, and messaging. A web server (like Apache HTTPD) only serves static content and doesn't provide these enterprise services.