Multiple choice technology web technology

J2ee application components can interact directly with other J2EE application components.

  1. True

  2. False

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

The statement is False. J2EE components cannot interact directly - they must go through protocols and APIs defined by the J2EE specification. For example, web components communicate with EJBs through remote/local interfaces, not direct method calls. This loose coupling enables the container's services (transactions, security, etc.).