Difference between array and arraylist.
Answer Posted / sitaram
Array is static,only one data type values are storing. Size
Does not grow, its fixed
ArrayList is dynamic,different data type values are storing.
By adding values, it grows
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does indexof return in java?
Explain about join() method?
What are the features of junit?
Explain about OOPS concepts and fundamentals.
Explain the difference between hashmap and hashtable in java?
What are dot operator queries?
What is the purpose of java?
Are static members inherited to sub classes?
When should I use stringbuffer?
What about main() method in java ?
What are the types of sockets in java?
What is a super method?
How will you serialize a singleton class without violating singleton pattern?
Why java is called not pure object oriented language?
What is Hierarchy of exception?