Through what protocol can a Java client directly access EJBs running on an application server?
Through what protocol can a Java client directly access EJBs running on an application server?A . JDBCB . RMI/IIOPC . SOAP/JMSD . SOAP/HTTPView AnswerAnswer: B Explanation: Provided that it uses the correct protocols (SOAP, HTTP, WSDL), any web service client can access a stateless session bean, whether or not the...