Can any one please see the below code snippet and tell me what could the correct result
I was preparing for
SCJP exam and I got stuck with such a question
[i]import java.io.*;
[/i]
List of choices are
1. The program will compile and run normally to produce the desired output.
2. The program will not compile as it is not possible for the Circle class to implement
both the Serializable and Externalizable interfaces.
3. The program will complain at run-time telling that there is no default constructor for
the class 'Square'.
4. The program will complain at run-time telling that there is no default constructor for
the class 'Circle'.