Computer Science, asked by TbiaSupreme, 11 months ago

The whole array can be processed as a single element. State whether the statement is True (or) False And Justify it

Answers

Answered by lkkakksdk
0

True , because there is only one element but the no. is give to the elements.

Answered by aqibkincsem
0

Answer is true. Arrays in Java, like other programme  languages, are a procedure to store and  collections of items into a single unit.

The array has specified numbers of slots, each of which holds aparticular  individual item. You can add and remove  items to those slots as required.

Unlike in other programme languages, however, arrays in Java are actual objects that can be passed around and subjected to process just like other objects.

Similar questions