Multiple choice general knowledge

Which of the following services do J2EE containers provide for their components?

  1. Authorization management

  2. Business logic

  3. Presentation logic

  4. Thread management

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

J2EE containers provide authorization management as a core service, handling security and access control for components. Business and presentation logic are implemented by developers in their code, and thread management is handled by the container but isn't a primary service exposed to components.