ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,228 results

The Debug Zone
Understanding Hashing: Why Use (h = key.hashCode()) ^ (h  16) in Java?

In this video, we delve into the concept of hashing in Java, focusing on the specific expression `(h = key.hashCode()) ^ (h 16)`.

1:55
Understanding Hashing: Why Use (h = key.hashCode()) ^ (h 16) in Java?

11 views

4 months ago

Peter Schneider
JAVA 1.6 in Eclipse IDE

JAVA 1.6 in Eclipse IDE I hope you found a solution that worked for you :) The Content is licensed under ...

2:29
JAVA 1.6 in Eclipse IDE

6 views

11 months ago

LL English Channel
How to play LAN in Minecraft Java Edition

To play online with your friends on Minecraft Java Edition, get into the world you want your friends to join, press escape to get to ...

1:35
How to play LAN in Minecraft Java Edition

204,016 views

8 months ago

Java User Group Switzerland
Java build tooling could be so much better!

Speaker: Haoyi Li Recorded: 2025-08-27 00:00 Intro 02:32 The Talk 59:16 Questions & Answers The Java language is known to ...

1:11:50
Java build tooling could be so much better!

169 views

4 months ago

Mohit patil
16 Core Java with OCJP SCJP  Language Fundamentals Part 16    Java Coding Standards
1:08:38
16 Core Java with OCJP SCJP Language Fundamentals Part 16 Java Coding Standards

1 view

10 months ago

FrunoCraft
How to run a world eater and create a perimeter in Minecraft Survival!  Java 1.16-1.21.x

This video discusses all necesary steps how to create and run a world eater, including the preparations (deciding on size and ...

31:21
How to run a world eater and create a perimeter in Minecraft Survival! Java 1.16-1.21.x

42,251 views

7 months ago

Vu Hung Nguyen (Hưng)
🔵 Connected Circles – JavaFX DFS Connectivity Checker | #JavaFX #DFS #GraphTheory #Java

In this showcase, I demonstrate the Connected Circles JavaFX application that uses Depth‑First Search (DFS) to determine ...

0:43
🔵 Connected Circles – JavaFX DFS Connectivity Checker | #JavaFX #DFS #GraphTheory #Java

28 views

2 months ago

Sophia Wagner
Softwareengineering: Why isn't Java used for modern web application development? closed

Why isn't Java used for modern web application development? closed Hey guys! Hopefully you found a solution that helped you!

6:09
Softwareengineering: Why isn't Java used for modern web application development? closed

3 views

3 weeks ago

King Kodes
Analyzing Financial Growth Trends with JAVA

A simple Java utility to square and sort growth percentage data in O(n) time using a two-pointer approach. #applicationdeveloper ...

55:42
Analyzing Financial Growth Trends with JAVA

1 view

6 months ago

Sophia Wagner
Softwareengineering: Why isn't Java used for modern web application development? closed

Why isn't Java used for modern web application development? closed Hey guys! Hopefully you found a solution that helped you!

6:11
Softwareengineering: Why isn't Java used for modern web application development? closed

2 views

3 weeks ago

Vu Hung Nguyen (Hưng)
🐍 JavaFX Snake Game | Complete Game Development Tutorial #java #javafx #gamedevelopment

JavaFX Snake Game | Complete Game Development Tutorial In this comprehensive showcase, I'll demonstrate the complete ...

0:54
🐍 JavaFX Snake Game | Complete Game Development Tutorial #java #javafx #gamedevelopment

32 views

2 months ago

Codelenium
How to Add To Cart (Tutorial) | Selenium + Java

Learn how to add items to shopping cart with Selenium + Java. Learn Selenium Basics: ...

9:05
How to Add To Cart (Tutorial) | Selenium + Java

227 views

9 months ago

Peter Schneider
Java custom exception handling. Which class to extend?

Java custom exception handling. Which class to extend? I hope you found a solution that worked for you :) The Content is licensed ...

3:59
Java custom exception handling. Which class to extend?

4 views

10 months ago

Brogan M. Pratt
Learn Java for Robotics: Your First Program (FTC)

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

23:41
Learn Java for Robotics: Your First Program (FTC)

8,716 views

5 months ago

Single-line
What's the simplest way to print a Java array?

Source: https://stackoverflow.com/questions/409784 Question Author: - Alex Spurling https://stackoverflow.com/users/12149 ...

6:42
What's the simplest way to print a Java array?

0 views

11 months ago

Vu Hung Nguyen (Hưng)
📦 Bin Packing Algorithm Implementation & Visualization #java #coding #programming

Source code: https://github.com/vuhung16au/ACU/tree/main/ITEC313/JavaFX/08-12-BinPacking Overview: This JavaFX ...

0:28
📦 Bin Packing Algorithm Implementation & Visualization #java #coding #programming

5 views

3 months ago

Cave of Programming
Java: Creating and Training a Neural Network

A video on using the open source Deeplearning4j API to create and train a simple neural network in Java. If you're interested in a ...

21:19
Java: Creating and Training a Neural Network

1,874 views

9 months ago

Vu Hung Nguyen (Hưng)
🚀 Building Flappy Bird Clone with JavaFX & FXGL - Complete Game Development Tutorial #java #javafx

In this comprehensive tutorial, I'll walk you through building a complete Flappy Bird clone using JavaFX and the FXGL game ...

0:18
🚀 Building Flappy Bird Clone with JavaFX & FXGL - Complete Game Development Tutorial #java #javafx

74 views

3 months ago

The Debug Zone
Understanding Unsigned Long in Java: Common Issues and Solutions

In this video, we delve into the concept of unsigned long integers in Java, a topic that often confuses developers due to Java's lack ...

3:23
Understanding Unsigned Long in Java: Common Issues and Solutions

4 views

11 months ago

KDTechs
How to Fix Error Unable to Make Field Private Final java.lang.String java.io.File.path Accessible

... in the future 🛠️ Fix works on: - Android Studio Arctic Fox and above - Java 16, Java 17, Java 18+ - Gradle builds on Windows, ...

8:49
How to Fix Error Unable to Make Field Private Final java.lang.String java.io.File.path Accessible

33 views

9 months ago

Vu Hung Nguyen (Hưng)
🎮 Nine Tails Game | BFS Solver | Bitmasks | Java | #JavaFX #Algorithms #BFS #GraphTheory

A simple JavaFX app for the classic Nine Tails problem. How to Play Nine Tails: - Click on a coin showing Heads (white) to flip it ...

0:40
🎮 Nine Tails Game | BFS Solver | Bitmasks | Java | #JavaFX #Algorithms #BFS #GraphTheory

10 views

2 months ago

Mohit patil
Day 16 Methods in Java   By Dilip IT Academy   DIT
1:32:57
Day 16 Methods in Java By Dilip IT Academy DIT

0 views

10 months ago

Nida Karagoz
Correct sorting in Java for all languages (including e.g. CS)

Correct sorting in Java for all languages (including e.g. CS) ✧ I really hope you found a helpful solution! ♡ The Content is ...

2:34
Correct sorting in Java for all languages (including e.g. CS)

0 views

9 months ago

Vu Hung Nguyen (Hưng)
🚀 JavaFX Game Development with FXGL - Water Drop Game Tutorial #java  #javafx

JavaFX Game Development with FXGL - Water Drop Game Tutorial In this comprehensive tutorial, I'll walk you through building a ...

0:22
🚀 JavaFX Game Development with FXGL - Water Drop Game Tutorial #java #javafx

126 views

3 months ago

Learn Always!
#16 Abstraction in Java in Telugu

Abstraction in Java in Telugu.

5:56
#16 Abstraction in Java in Telugu

9 views

1 month ago