A is correct. An instance of type Computer Has-a Keyboard. Because Keyboarddoesn't implement Serializable, any attempt to serialize an instance of Computer willcause an exception to be thrown. B, C, D, and E are incorrect based on the above. If Keyboard did implementSerializable then two objects would have been serialized.