IBM WebSphere Application Server Network Deployment V8.5 and V9.0, Core Administration — Question 1
Through what protocol can a Java client directly access EJBs running on an application server?
Answer options
- A. JDBC
- B. RMI/IIOP
- C. SOAP/JMS
- D. SOAP/HTTP
Correct answer: D
Explanation
The correct answer is D, as SOAP/HTTP provides the necessary protocol for Java clients to communicate with EJBs. The other options, such as JDBC, RMI/IIOP, and SOAP/JMS, do not directly facilitate this type of access to EJBs in the same manner.