Answer:
Correct options are A, B, D, E
Step-by-step explanation:
For option A, D, E:
reference :Book: Object Oriented Programming with Java
chapter 5 and section 5.4 Object I/O
for option 'C' it incorrect statement because to write an object it is not necessary to be serialize.
for option B it is correct because if all attributes of array having type T then we can say array is of type T implying the same statement for serialization.