Identify two correct statements to complete the sentence. In a Coherence implementation, it
is a best practice to implement PortableObject on all customer objects because:
A.
It leverages Java’s built-in serialization.
B.
It provides a more efficient serialization of the object.
C.
It allows the object to be shared across applications.
D.
It allows the object to be shared across programming platforms.