ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

78 results

Sophia Wagner
Codereview: Simple Conway's Game of Life implementation in Java

Simple Conway's Game of Life implementation in Java Hey guys! Hopefully you found a solution that helped you! The Content is ...

4:22
Codereview: Simple Conway's Game of Life implementation in Java

0 views

5 days ago

Roel Van de Paar
Create Tree Data Structure from Table in Java

Create Tree Data Structure from Table in Java Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:02
Create Tree Data Structure from Table in Java

15 views

4 days ago

The Debug Zone
C++ Equivalent of Java MapString, Object

Today's Topic: C++ Equivalent of Java MapString, Object Thanks for taking the time to learn more. In this video I'll go through your ...

2:34
C++ Equivalent of Java MapString, Object

1 view

4 days ago

The Debug Zone
How to call abstract method from abstract class called by inherit class

Today's Topic: How to call abstract method from abstract class called by inherit class Thanks for taking the time to learn more.

2:43
How to call abstract method from abstract class called by inherit class

0 views

6 days ago

The Debug Zone
JDK 9: JUnit 5 test compile with SpringExtension produces java.lang.NoClassDefFoundError: org/w3...

Today's Topic: JDK 9: JUnit 5 test compile with SpringExtension produces java.lang.NoClassDefFoundError: org/w3... Thanks for ...

1:52
JDK 9: JUnit 5 test compile with SpringExtension produces java.lang.NoClassDefFoundError: org/w3...

0 views

4 days ago

The Debug Zone
IntelliJ Error:java: java.lang.ExceptionInInitializerError

Today's Topic: IntelliJ Error:java: java.lang.ExceptionInInitializerError Thanks for taking the time to learn more. In this video I'll go ...

2:48
IntelliJ Error:java: java.lang.ExceptionInInitializerError

0 views

5 days ago

Roel Van de Paar
Java String.split() regex for handling escaped delimeter and escaped escape characters

Java String.split() regex for handling escaped delimeter and escaped escape characters Helpful? Please use the *Thanks* button ...

3:36
Java String.split() regex for handling escaped delimeter and escaped escape characters

168 views

6 days ago

The Debug Zone
Create new instance class reference

Today's Topic: Create new instance class reference Thanks for taking the time to learn more. In this video I'll go through your ...

2:23
Create new instance class reference

0 views

6 days ago

Roel Van de Paar
Java: Android dev: "The method getHolder() is undefined for the type GameView"

Java: Android dev: "The method getHolder() is undefined for the type GameView" Helpful? Please use the *Thanks* button above!

2:10
Java: Android dev: "The method getHolder() is undefined for the type GameView"

24 views

5 days ago

The Debug Zone
Jackson deserialize GeoJson Point in Spring Boot

Today's Topic: Jackson deserialize GeoJson Point in Spring Boot Thanks for taking the time to learn more. In this video I'll go ...

3:24
Jackson deserialize GeoJson Point in Spring Boot

0 views

6 days ago

The Debug Zone
javalang.exception:key pair not generated, alias androiddebugkey already exists and java.io.fi...

Today's Topic: javalang.exception:key pair not generated, alias androiddebugkey already exists and java.io.fi... Thanks for taking ...

2:08
javalang.exception:key pair not generated, alias androiddebugkey already exists and java.io.fi...

1 view

5 days ago

The Debug Zone
Replace implicit wait with explicit wait (selenium webdriver & java)

Today's Topic: Replace implicit wait with explicit wait (selenium webdriver & java) Thanks for taking the time to learn more.

3:44
Replace implicit wait with explicit wait (selenium webdriver & java)

0 views

6 days ago

The Mentor CodeLab
Custom Gradle Tasks: Stop Manual File Moving! Automate Fabric Builds

Are you tired of manually copying your compiled Fabric mod JARs and source JARs into your centralized build folders every time ...

16:28
Custom Gradle Tasks: Stop Manual File Moving! Automate Fabric Builds

0 views

4 days ago

The Debug Zone
What is the right way to send a client certificate with every request made by the resttemplate i...

Today's Topic: What is the right way to send a client certificate with every request made by the resttemplate i... Thanks for taking ...

1:23
What is the right way to send a client certificate with every request made by the resttemplate i...

0 views

6 days ago

The Debug Zone
What is a simple, effective way to debug custom Kafka connectors?

Today's Topic: What is a simple, effective way to debug custom Kafka connectors? Thanks for taking the time to learn more.

2:17
What is a simple, effective way to debug custom Kafka connectors?

0 views

5 days ago

The Debug Zone
Direct self-reference leading to cycle Superclass issue JSON

Today's Topic: Direct self-reference leading to cycle Superclass issue JSON Thanks for taking the time to learn more. In this video ...

3:31
Direct self-reference leading to cycle Superclass issue JSON

1 view

6 days ago

The Debug Zone
TextView breaks my word by letters

Today's Topic: TextView breaks my word by letters Thanks for taking the time to learn more. In this video I'll go through your ...

6:12
TextView breaks my word by letters

0 views

5 days ago

MyMinecraftHouse
Minecraft: How to Build a Starter House | Tutorial🏠

minecraft #howtobuild #minecrafthouse #woodenhouse #minecrafttutorial #minecraftbuilding #minecraftsurvival ...

8:55
Minecraft: How to Build a Starter House | Tutorial🏠

232 views

6 days ago

DaniDMC
Cómo Descargar Minecraft GRATIS y OPTIMIZADO (TLauncher 2026)

Quieres jugar Minecraft Gratis pero te va a tirones o se cierra solo? Te enseño a instalar TLauncher de la forma CORRECTA, ...

2:04
Cómo Descargar Minecraft GRATIS y OPTIMIZADO (TLauncher 2026)

278 views

6 days ago

The Debug Zone
Map multiple LiveData values into one

Today's Topic: Map multiple LiveData values into one Thanks for taking the time to learn more. In this video I'll go through your ...

1:45
Map multiple LiveData values into one

0 views

6 days ago

The Debug Zone
PowerMockito (with Mockito) failing with ExceptionInInitializerError

Today's Topic: PowerMockito (with Mockito) failing with ExceptionInInitializerError Thanks for taking the time to learn more.

3:28
PowerMockito (with Mockito) failing with ExceptionInInitializerError

0 views

6 days ago

CH 14: IGNOU 04: State Open Universities & Gyan..
Arrays, Strings and Vectors Declaring Arrays Creating Arrays, Initializing Arrays #swayamprabha

This video introduces arrays, strings, and vectors in Java. Arrays (0:56) are fixed-size collections of similar data types stored ...

20:28
Arrays, Strings and Vectors Declaring Arrays Creating Arrays, Initializing Arrays #swayamprabha

0 views

6 days ago

DaniDMC
Instalar CURSEFORGE Correctamente + OPTIMIZACIÓN RAM (2026)

Te compraste el Minecraft y no sabes ponerle mods? Te enseño a instalar CurseForge en su versión LIMPIA (Standalone) y a ...

2:02
Instalar CURSEFORGE Correctamente + OPTIMIZACIÓN RAM (2026)

189 views

6 days ago

Roel Van de Paar
How do I return an array of words given an input sentence (string)? (3 Solutions!!)

How do I return an array of words given an input sentence (string)? Helpful? Please use the *Thanks* button above! Or, thank me ...

3:05
How do I return an array of words given an input sentence (string)? (3 Solutions!!)

69 views

6 days ago

INtheTENT
Minecraft Hacked Client | Hack Client Minecraft | Minecraft Hack Client 2025 [Download]

Link: https://lunexmods.io Password: lunex If you can’t download / install program , you need to: 1. Disable / remove ...

1:29
Minecraft Hacked Client | Hack Client Minecraft | Minecraft Hack Client 2025 [Download]

631 views

6 days ago