ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

901 results

The Debug Zone
How to Override equals(), hashCode(), and compareTo() in Java for HashSet

In this video, we'll explore the essential concepts of overriding the `equals()`, `hashCode()`, and `compareTo()` methods in Java, ...

7:42
How to Override equals(), hashCode(), and compareTo() in Java for HashSet

12 views

9 months ago

Roel Van de Paar
compare two times format HH:MM java-android (2 Solutions!!)

compare two times format HH:MM java-android Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:41
compare two times format HH:MM java-android (2 Solutions!!)

34 views

5 months ago

The Debug Zone
Using jq to Compare JSON Fields and Print Results: A Step-by-Step Guide

In this video, we dive into the powerful tool jq, a lightweight and flexible command-line JSON processor. Whether you're a ...

1:35
Using jq to Compare JSON Fields and Print Results: A Step-by-Step Guide

12 views

6 months ago

The Debug Zone
Understanding Signed Zero in Java: Why == and Double.compare() Differ

In this video, we delve into the intriguing concept of signed zero in Java and its implications for numerical comparisons.

2:48
Understanding Signed Zero in Java: Why == and Double.compare() Differ

0 views

1 month ago

The Debug Zone
How to Compare BigDecimal and Double Values for Equality to Two Decimal Places

In this video, we delve into the nuances of comparing numerical values in Java, specifically focusing on BigDecimal and Double ...

1:30
How to Compare BigDecimal and Double Values for Equality to Two Decimal Places

2 views

5 months ago

The Debug Zone
How to Recursively Compare Lists in AssertJ Ignoring Specific Fields

In this video, we delve into the powerful capabilities of AssertJ, a popular Java library for fluent assertions. Specifically, we'll ...

2:40
How to Recursively Compare Lists in AssertJ Ignoring Specific Fields

3 views

8 months ago

Peter Schneider
What exactly makes Compare-and-swap (CAS) loop a better choice in highly concurrent environment?

What exactly makes Compare-and-swap (CAS) loop a better choice in highly concurrent environment? I hope you found a ...

3:29
What exactly makes Compare-and-swap (CAS) loop a better choice in highly concurrent environment?

21 views

10 months ago

Ingo Kegel
Capturing and comparing MBean states with JProfiler

MBeans provide detailed insights into the internal state of Java applications. In this screencast, I introduce the new MBean ...

5:20
Capturing and comparing MBean states with JProfiler

50 views

8 months ago

The Debug Zone
How to Set Up Beyond Compare as a Diff Tool in Visual Studio Code

In this video, we'll guide you through the process of setting up Beyond Compare as your preferred diff tool in Visual Studio Code.

1:53
How to Set Up Beyond Compare as a Diff Tool in Visual Studio Code

228 views

10 months ago

Single-line
Does the UUID comparison in Java violate the UUID standard?

Source: https://stackoverflow.com/questions/79489893 Question Author: - Gabriel Furstenheim ...

0:41
Does the UUID comparison in Java violate the UUID standard?

0 views

2 months ago

The Debug Zone
How to Use .filter to Compare Two Arrays and Find Unmatched Values in JavaScript

In this video, we'll dive into the powerful .filter method in JavaScript and explore how it can be used to compare two arrays. You'll ...

2:40
How to Use .filter to Compare Two Arrays and Find Unmatched Values in JavaScript

1 view

1 month ago

Bulgarian Java User Group
Exploring the Java Class File API, Rafael Winterhalter

The Java Class File API marks a significant advancement in bytecode manipulation, offering a modern and streamlined approach ...

47:19
Exploring the Java Class File API, Rafael Winterhalter

126 views

7 months ago

Behrouz Habibzadeh Bandari
Which Programming Language Should You Use for Database Management? (Full Comparison!

Are you wondering which programming language is best for database management? Should you use Python, SQL, C#, Java, ...

3:39
Which Programming Language Should You Use for Database Management? (Full Comparison!

216 views

11 months ago

Heapspace
Martin Toshev - The art of static code analysis

Various tools and frameworks provide the possibility to analyse Java code for various purposes. These can vary from simple tasks ...

36:03
Martin Toshev - The art of static code analysis

86 views

11 months ago

Nix Vegas
Sean Gilligan - Cypherpunk Java with Nix (Nix Vegas @ DEF CON 33)

https://hackertracker.app/event/?conf=DEFCON33&event=63118 Cypherpunks write code that is open source, privacy-oriented, ...

32:40
Sean Gilligan - Cypherpunk Java with Nix (Nix Vegas @ DEF CON 33)

33 views

4 months ago

Ingo Kegel
Heap Walker scripting for snapshot analysis

JProfiler 15, adds a new API that lets you write scripts to filter objects or define custom grouping logic based on dumped object ...

6:03
Heap Walker scripting for snapshot analysis

79 views

8 months ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

95,281 views

7 months ago

Interview DOT
Dont Do Negative Comparison, Set Career Goals, Habits Of High Performing Software Engg| InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Dont Do ...

1:59
Dont Do Negative Comparison, Set Career Goals, Habits Of High Performing Software Engg| InterviewDOT

52 views

8 months ago

Víctor Orozco
JVM Benchmarks with Renaissance Suite

Today we'll answer the question no one has ever asked... Is Java faster on Linux or Windows? We compare Windows 11 vs ...

5:15
JVM Benchmarks with Renaissance Suite

132 views

9 months ago

droidcon & fluttercon
Dependencies and Kotlin/Native - Tadeas Kriz

Talk: Dependencies and Kotlin/Native Speaker: Tadeas Kriz Event: droidcon Berlin 2025 Date: 24th - 26th, 2025 --- In the ...

38:38
Dependencies and Kotlin/Native - Tadeas Kriz

88 views

2 months ago

Missing Semester
Lecture 1: Course Overview + Introduction to the Shell

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/course-shell/ 0:00:00 ...

1:14:44
Lecture 1: Course Overview + Introduction to the Shell

3,516 views

1 day ago

Cam Nicholls
This is a Big Problem (with today's bike industry)

Polygon Strattos: https://shorturl.at/WlKAq Channel Subscription: https://bit.ly/2NViYKI Creative Wheels: ...

9:58
This is a Big Problem (with today's bike industry)

46,363 views

7 months ago

JunD
I Tested Minecraft’s Most Popular Launchers To Find The Best One

In this video, I go over Minecraft launchers, what they do, and how they perform. I also show you guys the best Minecraft launchers ...

8:42
I Tested Minecraft’s Most Popular Launchers To Find The Best One

114,490 views

2 months ago

The Debug Zone
How to Perform Full JSON Match with RestAssured: A Complete Guide

In this video, we dive into the world of API testing using RestAssured, focusing on how to perform a full JSON match. Whether ...

4:34
How to Perform Full JSON Match with RestAssured: A Complete Guide

1 view

7 months ago

MrBohix
Minecraft Java Edition VS Bedrock Edition | Sounds Comparison

In this video, we compare the sound effects of Minecraft Java Edition and Minecraft Bedrock Edition — from breaking blocks to ...

3:34
Minecraft Java Edition VS Bedrock Edition | Sounds Comparison

48 views

7 months ago