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 use of inner class in java?
How do you compare two objects?
Can you sort a string in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is the difference between throw and throws in java?
Explain about interthread communication and how it takes place in java?
What is a final class ?
Is null a value?
How do I get a substring?
What is the main use of java?
How many types of parsers are there?
What is final keyword in java? Give an example.
What is the statements?
How do you remove duplicates from an array in java?
What is difference between fail-fast and fail-safe?