Solved

Which Statement Is NOT True Concerning Spring's RMI Proxy Generator

Question 43

Multiple Choice

Which statement is NOT true concerning Spring's RMI Proxy Generator (select one)


A) Spring provides a FactoryBean implementation that generates the RMI client-side proxy
B) The client-side proxy converts checked RemoteExceptions into Spring's runtime hierarchy of RemoteAccessExceptions
C) The proxy does not have to dynamically implement the interface of the remote service implementation
D) The client-side proxy contains all necessary information to connect to the remote service, such as the RMI Registry URL

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions