What is the difference between array and arraylist?
what is the difference between arraylist and linkedlist?
Answer Posted / anuj
array can,t have count and capacity method, but in array list have count and capacity method,
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of coding?
Does java set allow duplicates?
Are arrays primitive data types?
In java, how many ways you can take input from the console?
What is the abstraction?
What is an immutable class? How to create an immutable class?
What is finally block?
What is this keyword in java?
Does java have extension methods?
What is the advantage of preparedstatement over statement?
Which is better arraylist or vector?
Can list have duplicates in java?
Explain the concept of proper inheritance?
What do you understand by access specifiers in Java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?