Saved Bookmarks
| 1. |
What is an array in java programming? why do we need it? |
|
Answer» Explanation: Java provides a data STRUCTURE, the array, which stores a fixed-size sequential COLLECTION of ELEMENTS of the same type. An array is used to STORE a collection of data, but it is OFTEN more useful to think of an array as a collection of variables of the same type. |
|