How Array List can be Serialized.

Answer Posted / ysr

Array list implements Cloneable, Collection, List,
RandomAccess, Serializable
Interfaces. So no need to implement the serialized
interface.

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can an interface have a class?

749


What is annotation in java?

772


What is vector capacity in java?

814


what is a thread pool in java and why is it used?

711


What does int [] mean in java?

753


How many bits is a string in java?

773


What is a variable declaration?

745


How do I convert a string to an int in java?

774


What is e in java?

726


Can we force the garbage collection to run?

706


What is meant by singleton class?

783


Variables used in a switch statement can be used with which datatypes?

718


Is list ordered in java?

768


Are global variables initialized to zero?

697


Justify your answer that you can't define a method inside another method in java, if you can then how?

797