0 votes
207 views
in Object Oriented Programming by (0 points)
closed by

What is the difference between an ArrayList and a LinkedList in Java?

Select one:

a. An ArrayList is more efficient than a LinkedList for adding and removing elements, while a LinkedList is more efficient than an ArrayList for accessing elements

b. An ArrayList is a linked list, while a LinkedList is an array.

c. An ArrayList and a LinkedList are both equally efficient for adding, removing, and accessing elements.

d. An ArrayList and a LinkedList are the same thing in Java.

closed

1 Answer

0 votes
by (0 points)
 
Best answer
a

Related questions

0 votes
1 answer 154 views
0 votes
1 answer 142 views
asked Apr 10, 2023 in Object Oriented Programming by Admin (0 points)
0 votes
1 answer 110 views

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...