Город МОСКОВСКИЙ
00:07:44

Java Programming tutorial: How to declare an Array in JAVA with example

Аватар
Java Разработчик Профи
Просмотры:
25
Дата загрузки:
05.12.2023 09:02
Длительность:
00:07:44
Категория:
Лайфхаки

Описание

Java Programming tutorial: How to declare an Array in JAVA with example
Array in java is used to store similar kind of elements. It is a data structure where we store similar kind of elements.Array in java is index based, the first element of an Array is stored at an index of 0.Disadvantage of using array in Java is that it can store only fixed size of elements,the size of an array cannot be changed at run time , to solve this problem we have collections framework provided by JAVA.Array are classified into two types Single Dimensional and Multi Dimensional Array.

Рекомендуемые видео