Multiple choice technology programming languages

----are the interface between a component and the low-level platform specific functionality that supports the component.

  1. Server

  2. Client

  3. Container

  4. Both b & c

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

Containers provide the runtime environment for components, managing their lifecycle and providing platform-specific services like security, transactions, and resource management. They act as the abstraction layer between application code and low-level platform functionality.