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
What is a list in java?
What is the difference between object oriented programming language and object based programming language?
Is a string literal?
Is c better than java?
How many inner classes can a class have?
What is the final field modifier?
What are the three parts of a lambda expression?
What is meant by bytecode?
What is the default access specifier for variables and methods of a class?
Can we use a default constructor of a class even if an explicit constructor is defined?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is final class?
What is the purpose of object oriented programming?
Can we write a class without main method in java?
What is difference between final and immutable?