ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

156,339 results

Adam Bien
Deterministic Name-Based UUIDs #java #shorts #coding #airhacks

Java's UUID.nameUUIDFromBytes ...

1:04
Deterministic Name-Based UUIDs #java #shorts #coding #airhacks

905 views

16h ago

Web Development Tutorials
Classes and Objects: The Basics | Java Tutorial

A Java class is a real blueprint, and every object built from it genuinely gets its own independent copy of that blueprint's fields ...

1:51
Classes and Objects: The Basics | Java Tutorial

1 view

2w ago

Javatoons
Java tutorial with cartoons.Python vs Java

Java vs Python – The Ultimate Programming Showdown! Are you confused about whether to learn Java or Python? In this fun and ...

1:33
Java tutorial with cartoons.Python vs Java

11 views

8d ago

Web Development Tutorials
Setting Up Java: JDK, javac, and Your First Program | Java Tutorial

Java is a real, compiled language -- javac genuinely turns your source into real bytecode first, and only then does the real java ...

1:43
Setting Up Java: JDK, javac, and Your First Program | Java Tutorial

2 views

2w ago

Twoomsy
IP: PLOOMSY.NET (java only)
0:57
IP: PLOOMSY.NET (java only)

11,999 views

13h ago

Web Development Tutorials
try-with-resources and AutoCloseable | Java Tutorial

try-with-resources genuinely calls close() for you the instant the block ends -- success, exception, or early return -- and it does it in ...

1:51
try-with-resources and AutoCloseable | Java Tutorial

5 views

2w ago

Web Development Tutorials
Demo: Building a Real Command-Line Task Manager | Java Tutorial

This is the real capstone -- one genuine, multi-class, runnable Java program tying together classes, streams, custom exceptions, ...

1:58
Demo: Building a Real Command-Line Task Manager | Java Tutorial

10 views

2w ago

Web Development Tutorials
Static vs Instance Members | Java Tutorial

A static field genuinely belongs to the whole class and is shared by every object -- an instance field genuinely belongs to just one ...

1:55
Static vs Instance Members | Java Tutorial

5 views

2w ago

EmbarkX | Real Engineering | Faisal Memon
15 Years of Java Experience in 30 Seconds

After spending years working with Java, there are lessons that go far beyond writing classes, interfaces and Spring Boot APIs.

1:16
15 Years of Java Experience in 30 Seconds

6,351 views

4d ago

JavaWithAgents
Java Stream API: Find Max Element Without Using sum() | Java

If you find this video helpful, Like, Share & Subscribe for more Java tutorials and interview-focused programming content!

1:20
Java Stream API: Find Max Element Without Using sum() | Java

1 view

2w ago

Web Development Tutorials
The Object Class: equals(), hashCode(), toString() | Java Tutorial

Every Java class genuinely inherits equals(), hashCode(), and toString() from Object for free -- but the real, default versions ...

2:04
The Object Class: equals(), hashCode(), toString() | Java Tutorial

4 views

2w ago

Web Development Tutorials
Scanner and Reading User Input | Java Tutorial

Scanner genuinely reads real, live input from System.in -- but mixing nextInt() with nextLine() hides a real, classic gotcha: nextInt() ...

1:59
Scanner and Reading User Input | Java Tutorial

3 views

2w ago

ByteSized Gaming
💻 Java for Beginners 🚀 | Learn Java from Scratch 🔥

Learn how to create your first Java program from scratch! In this beginner-friendly Java tutorial, we create a new Java project, ...

1:20
💻 Java for Beginners 🚀 | Learn Java from Scratch 🔥

89 views

3w ago

Web Development Tutorials
Encapsulation: Access Modifiers & Getters/Setters | Java Tutorial

A private field is genuinely invisible from outside its own class -- the real compiler enforces it, which is exactly what makes public ...

1:49
Encapsulation: Access Modifiers & Getters/Setters | Java Tutorial

0 views

2w ago

Web Development Tutorials
Operators and Expressions | Java Tutorial

Java's operators look familiar from math class, but integer division and short-circuit evaluation genuinely behave differently than ...

2:00
Operators and Expressions | Java Tutorial

0 views

2w ago

Web Development Tutorials
Control Flow: if/else and switch | Java Tutorial

Java gives you two genuinely different ways to branch: the classic if/else chain, and switch -- which has a real, sharp edge if you ...

1:42
Control Flow: if/else and switch | Java Tutorial

1 view

2w ago

𝓣𝓮𝓬𝓱𝓦𝓲𝓽𝓱𝓜𝓮 🌸
Create Java Project in Eclipse 💻 | Beginner Tutorial 🚀

How to Create a Java Project in Eclipse | Step-by-Step for Beginners Learn Java with TechWithMe ❤️ Subscribe for more ...

1:59
Create Java Project in Eclipse 💻 | Beginner Tutorial 🚀

41 views

2w ago

Web Development Tutorials
ExecutorService and Thread Pools | Java Tutorial

ExecutorService genuinely manages a real, reusable pool of threads for you -- submit 4 real tasks to a pool of 2, and Java actually ...

2:08
ExecutorService and Thread Pools | Java Tutorial

1 view

2w ago

Web Development Tutorials
Polymorphism: Method Overriding | Java Tutorial

A Shape[] array can genuinely hold real Circles and real Squares at once -- and calling area() on each one still dispatches to the ...

1:56
Polymorphism: Method Overriding | Java Tutorial

2 views

2w ago

Web Development Tutorials
Method References | Java Tutorial

A method reference is genuinely just shorthand for a lambda that does nothing but call one existing real method -- Java gives you ...

1:55
Method References | Java Tutorial

0 views

2w ago

Show more