ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

194 results

Codediv
Noob vs Pro: 2D ArrayList in Java 😱Hidden Trap Explained! | Java Tips #shorts#java#javaprogramming

Noob vs Pro in Java — creating a 2D ArrayList seems simple... But Pro code using Collections.nCopies() has a hidden trap thatĀ ...

0:45
Noob vs Pro: 2D ArrayList in Java 😱Hidden Trap Explained! | Java Tips #shorts#java#javaprogramming

2,058 views

7 months ago

vlogize
How to Easily Initialize a 2D ArrayList in Java

Discover how to effectively initialize a 2D array list in Java, including syntax and code examples for any size you need.

1:45
How to Easily Initialize a 2D ArrayList in Java

9 views

8 months ago

vlogize
Retrieving Specific Data from a 2D ArrayList in Java

Learn how to retrieve specific data from a 2D ArrayList in Java. This guide explains the process step-by-step and includes codeĀ ...

1:39
Retrieving Specific Data from a 2D ArrayList in Java

3 views

11 months ago

vlogize
Creating a 2D ArrayList in Java

Learn how to create a 2D ArrayList in Java for managing and storing person's data effectively. Follow our simple step-by-stepĀ ...

2:42
Creating a 2D ArrayList in Java

1 view

3 months ago

vlogize
How to Effectively Use 2D ArrayLists in Java

Dive into the world of `2D ArrayLists` in Java and learn how to convert them into `1D ArrayLists` with clarity and ease!

1:43
How to Effectively Use 2D ArrayLists in Java

2 views

8 months ago

vlogize
How to Change an Element in a 2D ArrayList in Java Without Affecting Other Rows

Learn how to modify a single element in a 2D ArrayList in Java without inadvertently changing the entire column. --- This video isĀ ...

1:49
How to Change an Element in a 2D ArrayList in Java Without Affecting Other Rows

1 view

8 months ago

vlogize
How to Initialize 2D ArrayList Using a 2D Array in Java

Learn how to effortlessly convert a static 2D array into a `2D ArrayList` using Java in just one line of code! --- This video is basedĀ ...

1:21
How to Initialize 2D ArrayList Using a 2D Array in Java

2 views

6 months ago

vlogize
How to Place a 2D ArrayList in a Tetris Game Using Java

Discover a simple method to place a `2D ArrayList` on a game board in a Tetris game using Java. Read on for detailedĀ ...

1:51
How to Place a 2D ArrayList in a Tetris Game Using Java

0 views

4 months ago

Techie Dialogue
How to Initialize a 2D Array in Java - Full Tutorial [2025]

How to Initialize a 2D Array in Java Initializing a 2D array in Java is a common task when working with multidimensional dataĀ ...

1:47
How to Initialize a 2D Array in Java - Full Tutorial [2025]

32 views

11 months ago

vlogize
How to Initialize a 2D String ArrayList in Java

Learn how to efficiently create and initialize a `2D ArrayList` in Java with step-by-step guidance and examples. --- This video isĀ ...

1:39
How to Initialize a 2D String ArrayList in Java

1 view

6 months ago

vlogize
How to Find the Maximum Value in a 2D ArrayList in Java

Discover how to effectively find the `maximum values` in a 2D ArrayList using Java. Learn about converting ArrayLists to arrays,Ā ...

1:38
How to Find the Maximum Value in a 2D ArrayList in Java

0 views

6 months ago

vlogize
How to Sort a 2D ArrayList by Column Value in Java?

Learn how to effectively sort a 2D ArrayList in Java by a specified column and handle cases where values are equal using aĀ ...

1:48
How to Sort a 2D ArrayList by Column Value in Java?

2 views

6 months ago

vlogize
How to Properly Fill a 2D ArrayList in Java Using a 1D Array

A simple guide to help you fill a two-dimensional ArrayList in Java using a one-dimensional array and avoid index out of boundsĀ ...

1:41
How to Properly Fill a 2D ArrayList in Java Using a 1D Array

2 views

4 months ago

CodeXpert
Why C++ Rules Game Development

Ever wondered why C++ is the king of game development? From GTA's RAGE engine to blazing fast code — C++ gives devs fullĀ ...

0:16
Why C++ Rules Game Development

72,773 views

5 months ago

vlogize
How to Declare a 2D ArrayList of Generics in Java

Discover how to effectively declare and initialize a `2D ArrayList` of generics in Java, and understand common pitfalls whenĀ ...

2:08
How to Declare a 2D ArrayList of Generics in Java

0 views

3 months ago

CodeTwist
java arraylist of arraylist

Get Free GPT4.1 from https://codegive.com/7328b95 ## Java ArrayList of ArrayList: A Comprehensive Tutorial This tutorial delvesĀ ...

1:20
java arraylist of arraylist

2 views

5 months ago

vlogize
How to Fill a 2D Array with ArrayLists in Java

Learn how to effectively fill a 2D array with ArrayLists in Java, including a step-by-step guide and code example to manageĀ ...

1:53
How to Fill a 2D Array with ArrayLists in Java

1 view

6 months ago

vlogize
How to Properly Shuffle a 2D ArrayList in Java: Solutions to Common Pitfalls

Discover effective strategies for shuffling a 2D ArrayList in Java without duplicating values. Learn to work through typical issuesĀ ...

2:22
How to Properly Shuffle a 2D ArrayList in Java: Solutions to Common Pitfalls

2 views

8 months ago

vlogize
Converting ArrayList of String Arrays to a 2D String Array in Java

Learn how to transform an `ArrayList` containing string arrays into a `2D String Array` in Java seamlessly. Follow our step-by-stepĀ ...

1:52
Converting ArrayList of String Arrays to a 2D String Array in Java

1 view

6 months ago

vlogize
Solving the ArrayList Overwriting Issue in Java

Learn how to prevent overwriting elements in a 2D ArrayList in Java when adding a 1D ArrayList. This guide provides aĀ ...

1:49
Solving the ArrayList Overwriting Issue in Java

1 view

8 months ago

CodeWell
one and two dimensional arrays

Get Free GPT4.1 from https://codegive.com/c963939 ## Deep Dive into One and Two-Dimensional Arrays Arrays are fundamentalĀ ...

1:09
one and two dimensional arrays

0 views

5 months ago

CODE WITH BRAIN
šŸ“… Day 43 | DSA | Array Types in Data Structures

Arrays are one of the most fundamental data structures in programming. But did you know there are different types of arrays?

0:05
šŸ“… Day 43 | DSA | Array Types in Data Structures

1,377 views

4 months ago

vlogize
Sorting a 2D ArrayList in Java: How to Achieve Lexicographical Order with Non-Uniform Lengths

Discover how to overcome the challenges of sorting a 2D ArrayList in Java that contains 1D lists of varying lengths, and learn toĀ ...

2:03
Sorting a 2D ArrayList in Java: How to Achieve Lexicographical Order with Non-Uniform Lengths

0 views

3 months ago

vlogize
How to Properly Read and Print a 2D Matrix from a File in Java

Learn how to create, read, and print a 2D matrix in Java, handling manual and automatic assignments, while also understandingĀ ...

2:08
How to Properly Read and Print a 2D Matrix from a File in Java

3 views

8 months ago

vlogize
Finding the First Empty Seat in a 2D Array: A Simple Java Solution

Discover how to find the `first empty seat` in a 2D array using Java with our easy-to-follow solution. Perfect for beginnerĀ ...

1:51
Finding the First Empty Seat in a 2D Array: A Simple Java Solution

2 views

8 months ago