What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / suresh
we can't change array size diyamically.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What restrictions are placed on method overriding in java programming?
Why is string buffer better than string ?
What do you mean by singleton class in java?
What kind of variables a class can consist of?
What are default methods ?
Is string a class in java?
Can we have any code between try and finally blocks?
What is time complexity algorithm?
How listener identify that the event came from a particular object?
What is compareto () in java?
What is * argv?
What is synchronization and why is it important in java programming?
Which containers use a flowlayout as their default layout in java programming?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Explain how can you debug the Java code?