Multiple choice technology platforms and products

EJBs be homogeneously deployed across a cluster

  1. True

  2. False

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

EJBs (Enterprise Java Beans) can be homogeneously deployed across all servers in a WebLogic cluster, meaning the same EJB application is deployed on every cluster member. This enables load balancing and failover - any server can handle EJB requests. This is a standard deployment practice for clustered applications.