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
Can an interface have a class?
What is annotation in java?
What is vector capacity in java?
what is a thread pool in java and why is it used?
What does int [] mean in java?
How many bits is a string in java?
What is a variable declaration?
How do I convert a string to an int in java?
What is e in java?
Can we force the garbage collection to run?
What is meant by singleton class?
Variables used in a switch statement can be used with which datatypes?
Is list ordered in java?
Are global variables initialized to zero?
Justify your answer that you can't define a method inside another method in java, if you can then how?