Java Arrays-Part2: What is Multidimensional Array in Java? 2D Array with example?

preview_player
Показать описание
#java #coreJava #seleniumWithJava
+What is Multidimensional Array in Java?
+Multidimensional Array with example?
▬▬▬▬▬▬ In this Video ▶️ ▬▬▬▬▬▬
• Multi-dimensional arrays are nothing but the “array of arrays” where each element represents a single dimensional array.
• To create a two-dimensional array, add each array within its own set of curly braces
Example: int[][] a = {
{1, 2, 3},
{4, 5, 6, 9},
{7} };

▬▬▬▬▬▬ Useful Links 🛠 ▬▬▬▬▬▬

▬▬▬▬▬▬ Connect with us 👋 ▬▬▬▬▬▬
📱 Twitter: / codenboxteam

🌟 Please hit on LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟
Рекомендации по теме
Комментарии
Автор

Love all of your tutorials. Keep up the good work. Thanks!

sumaiyatrisha
visit shbcf.ru