A. Package p1, p2;Public non-sealed class WordDoc extends Doc ()
B. Package p1, p2;Public sealed class WordDoc extends Doc ()
C. Package p1;Public non-sealed class wordDoc extends Doc ()
D. Package p1,non-sealed abstract class WordDoc extends Doc ()
E. Package p1;Public class wordDoc extends Doc ()
F. Package p1;Public final class WordDoc extends Doc ()
A. Non-sealed interface story extends SInt {}Non-sealed interaface Art extends Sint {}
B. Public interface story extends sInd {}Public interface Art extends SInt {}
C. Non-sealed interface story extends SInt {}Class Art implements Sint {}
D. Interace story extends STnt {}Interface Art extends SInt {}
E. Sealed interface Storty extends sInt {}Non-sealed class Art implements Sint {}
A. True:false:true:false
B. True:false:false:false
C. True:false:true:true
D. True:true:false:false
A.
B.
C.
D.
A. At line n2, in the main method signature, add throws IoException, ClassNotFoundException.
B. At Line n3, replace Car with LuxurayCar.
C. At line n1, implement the java.io, Serializable interface.
D. At line n2, in the main method signature, add throws IOException, ClassCastException.
E. At line n3, replace readObject (0 with readLine().
F. At Line n1, implement the java.io.AutoCloseable interface