What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / satya
Every body missed out one main difference i.e Array used to
store primitive data(of type int,char etc.,) values where
as Arraylist is user to store objects.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is break and continue statement?
How arrays are stored in memory in java?
what are the disadvantages of indexes in oracle?
What is the difference between a synchronized method and a synchronized block?
Difference between static synchronization vs. Instance synchronization?
Explain the use of javap tool.
Why is the singleton pattern considered to be an anti pattern?
Differentiate between a constructor and a method? Can we mark constructors final?
What do you mean by formatting?
Difference between current previous versions of Java?
Are primitives objects?
Can we extend singleton class?
What is variable and rules of variable?
Can you give names of Container classes?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?