Premium Only Content

#28 Creation of Array in JAVA | Skyhighes | Lecture 28
There are three main ways to create an array in Java:
1. Declaring and Instantiating:
This is the most common way to create an array. You specify the data type and size of the array, and then allocate memory for it using the new keyword.
Java
int[] numbers = new int[5]; // Creates an array of 5 integers
String[] names = new String[10]; // Creates an array of 10 strings
Use code with caution. Learn more
2. Initializing with Values:
You can directly initialize the array elements with values during creation.
Java
int[] scores = {100, 85, 98, 75, 90}; // Creates an array of 5 initialized integers
String[] days = {"Mon", "Tue", "Wed", "Thu", "Fri"}; // Creates an array of 5 initialized strings
Use code with caution. Learn more
3. Using Array Literal:
Java 10 introduced array literals, which provide a concise way to create and initialize arrays.
Java
int[] ages = [25, 30, 22, 18, 40]; // Creates an array of 5 initialized integers
String[] fruits = ["Apple", "Banana", "Orange", "Mango"]; // Creates an array of 4 initialized strings
Use code with caution. Learn more
Additional Points:
You can access specific elements in an array using their index (starting from 0).
Arrays are dynamically sized, meaning you can define the size during creation.
Java supports multidimensional arrays as well, allowing you to organize data in a table-like format.
Remember, the choice of method depends on your specific needs and preferences.
I hope this clarifies the different ways to create arrays in Java. Feel free to ask if you have any further questions!
-
LIVE
LadyDesireeMusic
1 hour agoLive Piano Request - Anti Brain Rot - Support Culture Shift
166 watching -
LIVE
The HotSeat
1 hour agoTrump’s Parade = Mocked, China’s Parade = Praised: Leftist Hypocrisy EXPOSED
611 watching -
1:57:29
The Quartering
2 hours agoRFK Jr Goes NUCLEAR, Horrible Tomb Raider News, Anti-White Male Propaganda
70.2K17 -
LIVE
Dr Disrespect
5 hours ago🔴LIVE: Hell Is Us Launch - DR DISRESPECT’s First Look at the Scariest Game of 2025!
1,309 watching -
LIVE
Pop Culture Crisis
2 hours agoSabrina Carpenter Wants Feminist Approval, Demonic Rituals at Burning Man? | Ep. 910
351 watching -
11:17
Dr. Nick Zyrowski
29 days agoTop 10 No CARB No SUGAR Foods That Will Change Your Health
9.51K4 -
LIVE
Chrissie Mayr
2 days agoChrissie Mayr's Content Hotel at The Villa Roma! Anthony Cumia, Dave Landau, Violet
58 watching -
LIVE
The Nunn Report - w/ Dan Nunn
1 hour ago[Ep 741] RFK Jr. Hits Back at Rabid Dems | Portland Antifa Terrorists | The Evil That is the Left
158 watching -
1:52:45
John Burk
3 hours agoThe Texas Hemp ban, DOJ removing guns from trans, and more.
13.7K3 -
1:05:37
LindellTV
2 hours agoMike Lindell Debates Democrats in the Streets of DC
14.5K2