Which three statements are true about WebLogic clusters?
A.
Clusters provide clients with transparent failover.
B.
EJB applications can be targeted to entire cluster.
C.
Allcluster members must bindto the same port number.
D.
Cluster members replicate application data by using heartbeats.
E.
Cluster members can be associated with one or moredomains.
F.
Web applicationsrequire a proxy in order to be used in a cluster.
A,F
A,B,F
A,B,F
https://docs.oracle.com/cd/E24329_01/web.1211/e24425/setup.htm#i760227
HttpClusterServlet automatically redirects the client’s next HTTP request to the secondary server, and failover is transparent to the client.
https://docs.oracle.com/cd/E24329_01/web.1211/e24425/failover.htm#CLUST202