161k views
1 vote
Java provides a(n) ____ class, which contains many useful methods for manipulating arrays.

a.
Table

b.
Sort

c.
Arrays

d.
Object

1 Answer

3 votes

Java presents Array Class, which contains many useful methods for manipulating "arrays".

It is essential because it introduces arrays and with that concept of "container variables".

Arrays are used everywhere.

Hope this helps.

r3t40

User Dewalla
by
6.2k points