0 votes
in JAVA by
What is an array in java?

1 Answer

0 votes
by

What is an array in java?

1) An array is a container object that holds a fixed number of values of a single type. 

2) The length of an array is established when the array is created. After creation, its length is fixed. 

3) You have seen an example of arrays already, in the main method of the “Hello World!” application.

Related questions

0 votes
asked Oct 21, 2020 in JAVA by rahuljain1
0 votes
+1 vote
asked Mar 11, 2021 in JAVA by rajeshsharma
...