Difference between array and arraylist.
Answer Posted / nikhil agrawal
array contain the similar datatype element and their size is fixedd where as arraylist contain object and their size is not fixed as aaray and it can grow dynamically. and we can applied so many method on arraylist like add,remove,clear,size etc
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is java lang object?
What is concurrent hashmap and its features?
Differentiate between postfix and prefix operators in java.
What are the rules for variable declaration?
Is upper case in java?
List the different types of classloaders in java.
Which sorting is used in arrays sort in java?
What is the use of parseint in java?
What is a java developer salary?
What is continuity of a function?
What does singleton mean in java?
Can size_t be negative?
Which are different kinds of source code?
what do you understand by synchronization? : Java thread
List some features of the abstract class.