Given:
public class X {
}
and
public final class Y extends X {
}
What is the result of compiling these two classes?
Correct Answer:
B
Given:
When is the readObject method called?
Correct Answer:
B
Which two statements independently compile? (Choose two.)
Correct Answer:
AC