Syntax error Which one is faster Array or List in Java

Which one is faster Array or List in Java



The array is faster in case of access to an element while List is faster in case of adding/deleting an element from the collection.

Updated on: 2019-07-30T22:30:21+05:30

901 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements