Learn ARRAYS in 9 minutes! 🍎
#java #javatutorial #javacourse import java.util.Arrays; public class Main { public static void main(String[] args){ // array = a collection...
🔥 Related Trending Topics
LIVE TRENDSThis video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!
THIS VIDEO IS TRENDING!
This video is currently trending in Thailand under the topic 'สภาพอากาศ'.
About this video
#java #javatutorial #javacourse
import java.util.Arrays;
public class Main {
public static void main(String[] args){
// array = a collection of values of the same data type
// * think of it as a variable that can store more than 1 value *
String[] fruits = {"apple", "orange", "banana", "coconut"};
//fruits[0] = "pineapple";
//int numOfFruits = fruits.length;
//Arrays.sort(fruits);
//Arrays.fill(fruits, "pineapple");
for(String fruit : fruits){
System.out.println(fruit);
}
}
}
Video Information
Views
40.8K
Total views since publication
Likes
878
User likes and reactions
Duration
9:09
Video length
Published
Dec 5, 2024
Release date
Quality
hd
Video definition
About the Channel
Tags and Topics
This video is tagged with the following topics. Click any tag to explore more related content and discover similar videos:
#java tutorial #java course #java programming #java exercises #java projects #java coding #java #programming #coding #arrays #array #java arrays
Tags help categorize content and make it easier to find related videos. Browse our collection to discover more content in these categories.