All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.
This method don't even compile, because it has 2 throws signatures:
There should be only " throws IOException, ClassNotFoundException { " or " throws Exception {"
I'm think its typo here, for my run "The readObject method will be invoked before a Data object is deserialized." was indicated as green, but correct answer is "The readObject method will never be invoked." because readObject must be private. Am i right?