ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

440 results

Java Simplified
Array vs ArrayList — Java’s Hidden Tradeoff 😮

Java gives you two choices. Arrays give performance, but the size is fixed. ArrayList gives flexibility, but it does extra work behind ...

0:27
Array vs ArrayList — Java’s Hidden Tradeoff 😮

0 views

12 days ago

Java Simplified
Java 2D Arrays Are NOT Matrices

Most people think Java 2D arrays are stored like a matrix. But in reality, Java stores them as arrays of arrays, not a single ...

0:26
Java 2D Arrays Are NOT Matrices

0 views

12 days ago

Java Simplified
Why ArrayList Index Access Is Fast ⚡ But Insert Is Slow 🐢

Ever wondered why ArrayList.get(index) is fast, but inserting in the middle feels slow? The reason is how ArrayList stores data in ...

0:24
Why ArrayList Index Access Is Fast ⚡ But Insert Is Slow 🐢

590 views

11 days ago

Java Simplified
Why ArrayList.remove(0) Is Slow 😨

Removing the first element from an ArrayList looks harmless. But behind the scenes, every element shifts in memory. That makes ...

0:25
Why ArrayList.remove(0) Is Slow 😨

1,333 views

3 days ago

Java Simplified
Why ArrayList Grows by 1.5x (Not 2x) 🤔

Why doesn't ArrayList just double its size? Doubling would reduce resizing, but it wastes a lot of memory. So ArrayList grows by ...

0:24
Why ArrayList Grows by 1.5x (Not 2x) 🤔

0 views

12 days ago

Life Meets Logic
Why ArrayList Grows by 1.5x 🤯 | Java Internals Explained

Ever wondered why ArrayList doesn't double its size like arrays in theory? In this Shorts video, you'll learn: ✓ Why Java ...

0:16
Why ArrayList Grows by 1.5x 🤯 | Java Internals Explained

315 views

10 days ago

Java Simplified
How Java Knows ArrayList Is Fast but LinkedList Isn’t 😮

This Java code works for both ArrayList and LinkedList. But one is fast, and the other is slow. So how does Java know what to do?

0:26
How Java Knows ArrayList Is Fast but LinkedList Isn’t 😮

962 views

10 days ago

EngiNearU LLC
ArrayLists stop being confusing the moment you realize they’re not “magic arrays”  #java

ArrayLists stop being confusing the moment you realize they're not “magic arrays” — they're a different tool with different rules.

1:04
ArrayLists stop being confusing the moment you realize they’re not “magic arrays” #java

59 views

4 weeks ago

CyberSpace Coding
ArrayList in Java
1:46
ArrayList in Java

12 views

3 weeks ago

Usoft Code Academy
ArrayList in Java - Store Multiple Values | Programming Tutorial

Learn ArrayList in Java! This tutorial covers everything you need to understand and use ArrayList in your Java programs. Perfect ...

3:43
ArrayList in Java - Store Multiple Values | Programming Tutorial

2 views

4 weeks ago

vlogommentary
Converting int[][] to double[][] Arrays in Java: Why a Loop is Necessary

Learn why Java does not support direct conversion between int and double two-dimensional arrays, and how to properly convert ...

2:22
Converting int[][] to double[][] Arrays in Java: Why a Loop is Necessary

0 views

3 weeks ago

EngiNearU LLC
Most students think they understand ArrayLists…  #coding

Most students think they understand ArrayLists… until a simple remove turns their answer upside down. This challenge forces you ...

1:14
Most students think they understand ArrayLists… #coding

80 views

4 weeks ago

Morg
2D Tile Based Java Swing Game (World map overhaul!)

Decided to focus a bit more on design by making the world map a lot better. Sound is buggy but I'll fix that at a later date.

3:17
2D Tile Based Java Swing Game (World map overhaul!)

66 views

4 weeks ago

Java Simplified
This Java Code Wastes Memory Silently 😮

This Java code looks completely fine. But behind the scenes, ArrayList may reserve far more memory than you actually use.

0:19
This Java Code Wastes Memory Silently 😮

0 views

12 days ago

A1 IT Training Institute 20k 2 hourse ago
array in java| types of array? #arraysinc  #interview #arraytypes #java #education #coding

arraysinc #cprogrammingnotes #arraytypes array and arraylist in java 2d array program in java array simple program in java array ...

0:09
array in java| types of array? #arraysinc #interview #arraytypes #java #education #coding

213 views

2 weeks ago

DesiTechClass
Arrays vs ArrayList - which one to use.#desitechclass

... कोई रिप्लेसमेंट नहीं है एरे का इवॉल्व वर्शन है Java ने एरे लिस्ट देकर ...

2:24
Arrays vs ArrayList - which one to use.#desitechclass

139 views

12 days ago

Code with Sage Syntax
Java Interview Essential: Array vs. ArrayList Explained! #codewithsagesyntax #softwaredevelopment

Ever wondered whether to use an Array or an ArrayList in your Java project? This video breaks down the core differences to help ...

1:23
Java Interview Essential: Array vs. ArrayList Explained! #codewithsagesyntax #softwaredevelopment

564 views

3 weeks ago

BMR EDUCATION
Java Ultimate Cheat Sheet ☕ | Core Java, OOP, Collections, Streams & Concurrency

Preparing for Java interviews or need a quick revision? This video explains the Java Ultimate Cheat Sheet, covering core Java ...

0:12
Java Ultimate Cheat Sheet ☕ | Core Java, OOP, Collections, Streams & Concurrency

451 views

8 days ago

CodeSlate
Can you FLATTEN a 2-D Array Blindfolded?  #coding #java #apcsa #array

Master one of the most essential 2D array patterns in Java—flattening a 2D array—and see why you should be able to write it ...

2:23
Can you FLATTEN a 2-D Array Blindfolded? #coding #java #apcsa #array

365 views

2 days ago

UniverVoided
⚙️ Minecraft Bedrock & Java Differences: Totem Animations

Minecraft Bedrock & Java Differences: Totem Animations - - - - - - - We compare how the Totem of Undying animation differs ...

0:24
⚙️ Minecraft Bedrock & Java Differences: Totem Animations

0 views

11 days ago