BEA Weblogic Question:
Download Questions PDF

How do stubs work in a WebLogic Server cluster?

Answer:

Clients that connect to a WebLogic Server cluster and look up a clustered object obtain a replica-aware stub for the object. This stub contains the list of available server instances that host implementations of the object. The stub also contains the load balancing logic for distributing the load among its host servers.

Download BEA Weblogic Interview Questions And Answers PDF

Previous QuestionNext Question
I tried to run two of the applets in the examples directory of the distribution?Why did my JDBC code throw a rollback SQLException?