What are the similarities between an array and an ArrayList?
Answer Posted / manikandan [ gtec,vellore ].
both array and arraylist can store a duplicate elements in
un ordered way.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Difference difference paint() and paintcomponent()?
Is string is a class in java?
What does sizeof return?
Explain numeric promotion?
Can we create object of inner class in java?
What is the difference between overriding & overloading?
What is final method in java?
What is a ternary operator in java? What is an interface?
What is a superclass?
What is the benefit of abstract class?
Explain runtime exceptions?
What is the constructor?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is the right data type to represent a price in java?
What are methods in java?