What is Arrays in JAVA | Most Asked interview Question | Shorts Answer

preview_player
Показать описание
Arrays in Java are non-primitive data types that store elements of a similar data type in the memory. Arrays in Java can store both primitive and non-primitive types of data in it. There are two types of arrays, single-dimensional arrays have only one dimension, while multi-dimensional have 2D, 3D, and nD dimensions.

TAGS :
arrays java,arrays in java,arrays,basic java,learn java,array,java arrays,java arrays tutorial,java,java arrays examples,java arrays programs,java arrays and loops,java arrays explained,java array,java array tutorial,java array explained,array data structure,beginner java tutorial,java basics,java arrays tutorial for beginners,tech with tim java,java tutorial,beginner java tutorial 2018,java (software),java for beginners,java video tutorial
Рекомендации по теме
Комментарии
Автор

Array is an collection of data of same datatype

subramaniant
Автор

Please explain the difference between compile time polymorphism and runtime polymorphism

subramaniant
Автор

we want more video from u my friend love uer work u gor a new subscriber.😍 😍

akhilbabu
Автор

How did you create your short? Which app did you use?

notsowimpycoder
Автор

Object[] rollno = {1, 'gosling'};

raghavraina