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
Sean Unpaved
1 hour agoThursday Night Thrills & Kawhi's No-Show Gig in LA
119 watching -
LIVE
StoneMountain64
48 minutes agoTOP GHILLIE SNIPERS play Warzone's NEW UPDATE
54 watching -
LIVE
Reidboyy
40 minutes agoHow To Make $$$ in Delta Force Console Operations!
22 watching -
1:00:35
Timcast
2 hours agoDOJ To BAN Transgenders From Owning Guns
101K104 -
LIVE
Side Scrollers Podcast
2 hours agoUK JAILS TV WRITER FOR WRONG THINK + TWITCH ALLOWS CYBERSTALKING + MORE | SIDE SCROLLERS LIVE
314 watching -
LIVE
Viss
1 hour ago🔴LIVE - PUBG Solo Tactics To Win Consistently! - PUBG 101
93 watching -
2:05:54
Steven Crowder
4 hours agoLive Reaction: RFK Faces Senate Grilling After Employees Demand His Resignation
261K188 -
1:02:58
The Rubin Report
3 hours agoPress Stunned by Trump’s Brutally Honest Message for Elon Musk
46.7K41 -
LIVE
Rebel News
1 hour agoPolice chief says 'comply' with intruders, Carney on temp workers, Trump on tariffs | Rebel Roundup
290 watching -
DVR
Neil McCoy-Ward
1 hour ago🚨 Hospitals Are Bracing For MASS Casualties...
7.84K1