ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,900 results

The Debug Zone
Fixing Eclipse RCP Build Issues with Tycho and Java 9: A Step-by-Step Guide

In this video, we dive into the complexities of building Eclipse RCP applications using Tycho, especially when working with Java 9 ...

2:54
Fixing Eclipse RCP Build Issues with Tycho and Java 9: A Step-by-Step Guide

29 views

10 months ago

The Debug Zone
Why Java 9 Doesn't Convert All JARs to Automatic Modules: Explained

In this video, we delve into the intricacies of Java 9's module system and explore why not all JAR files are converted to automatic ...

1:29
Why Java 9 Doesn't Convert All JARs to Automatic Modules: Explained

11 views

5 months ago

Paris JUG
2025/12/09 - The Past, Present, and Future of Enterprise Java

Over the last 30 years, Java has been the preferred technology for developing enterprise applications. Frameworks and ...

57:52
2025/12/09 - The Past, Present, and Future of Enterprise Java

121 views

1 month ago

Nida Karagoz
Does a finally block always get executed in Java? (9 SOLUTIONS!!)

Does a finally block always get executed in Java? (9 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is ...

4:23
Does a finally block always get executed in Java? (9 SOLUTIONS!!)

0 views

9 months ago

The Debug Zone
How to Fix Solr Startup Issues with Java 9: Troubleshooting Guide

In this video, we delve into the common startup issues encountered when using Apache Solr with Java 9. As more developers ...

1:29
How to Fix Solr Startup Issues with Java 9: Troubleshooting Guide

19 views

7 months ago

The Debug Zone
Java 9 Set.of() and Map.of() Varargs Overloads: Common Issues and Solutions

In this video, we dive into the powerful varargs overloads introduced in Java 9 with the Set.of() and Map.of() methods. While these ...

1:29
Java 9 Set.of() and Map.of() Varargs Overloads: Common Issues and Solutions

0 views

3 months ago

The Debug Zone
Java 9 Modules: Resolving Package Read Conflicts Between A and B

In this video, we delve into the intricacies of Java 9 modules, focusing on a common challenge developers face: resolving ...

6:08
Java 9 Modules: Resolving Package Read Conflicts Between A and B

0 views

11 months ago

The Debug Zone
What's the purpose of 'uses' directive in Java 9?

Today's Topic: What's the purpose of 'uses' directive in Java 9? Thanks for taking the time to learn more. In this video I'll go ...

1:50
What's the purpose of 'uses' directive in Java 9?

1 view

1 day ago

The Debug Zone
Java 9 Exporting Packages to Unnamed Modules: Common Issues and Solutions

In this video, we delve into the intricacies of Java 9's module system, focusing specifically on the challenges of exporting ...

1:39
Java 9 Exporting Packages to Unnamed Modules: Common Issues and Solutions

11 views

8 months ago

The Debug Zone
Java 9 Class and Resource Loading: Common Challenges and Solutions

In this video, we delve into the intricacies of class and resource loading in Java 9, a crucial aspect for developers navigating the ...

2:20
Java 9 Class and Resource Loading: Common Challenges and Solutions

0 views

5 months ago

The Debug Zone
Understanding Default Access Modifiers for Interface Methods in Java 9

In this video, we delve into the concept of default access modifiers for interface methods introduced in Java 9. As Java continues ...

1:32
Understanding Default Access Modifiers for Interface Methods in Java 9

1 view

2 months ago

The Debug Zone
Fixing Java 9 Module Compilation Issues with --patch-module in IntelliJ IDEA

In this video, we dive into the challenges developers face when working with Java 9 modules, particularly during the compilation ...

2:26
Fixing Java 9 Module Compilation Issues with --patch-module in IntelliJ IDEA

4 views

2 months ago

The Debug Zone
Using Java 9 JShell to Execute Code in Another JVM: A Technical Guide

In this video, we delve into the powerful capabilities of Java 9's JShell, an interactive tool that allows developers to execute Java ...

2:21
Using Java 9 JShell to Execute Code in Another JVM: A Technical Guide

7 views

6 months ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

938 views

8 months ago

JCConf Taiwan
402CD 9 Current status of Java Web Frameworks by Naoki Kishida

Yes nice to meet you U my name is Kisha and today I would like to talk about the current state of Java frameworks So uh let me ...

44:18
402CD 9 Current status of Java Web Frameworks by Naoki Kishida

26 views

3 months ago

The Debug Zone
How to Fix 'Module Reads Package' Error in Java 9: Step-by-Step Guide

In this video, we tackle a common issue faced by Java developers: the 'Module Reads Package' error in Java 9. As modular ...

2:22
How to Fix 'Module Reads Package' Error in Java 9: Step-by-Step Guide

7 views

8 months ago

Holger Voormann (howlger)
Eclipse 2025-12 Java IDE Improvements

0:00 - Intro 0:18 - Java 25 1:57 - Java 9:15 - Maven 10:00 - General/Platform 11:14 - Web 11:53 - Outro Sample code used in the ...

12:16
Eclipse 2025-12 Java IDE Improvements

4,089 views

1 month ago

Vaadin
Merging Hilla into Flow: what’s changing (and what isn’t)

Join us live on Thu, Nov 6 at 15:00 CET / 9AM ET to unpack Vaadin's merge of Hilla into Flow. Leif will briefly cover what stays the ...

53:19
Merging Hilla into Flow: what’s changing (and what isn’t)

780 views

Streamed 2 months ago

Nida Karagoz
How do I avoid checking for nulls in Java? (9 SOLUTIONS!!)

How do I avoid checking for nulls in Java? (9 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is ...

4:19
How do I avoid checking for nulls in Java? (9 SOLUTIONS!!)

1 view

10 months ago

The Debug Zone
Understanding Map.of in Java: Why Null Keys and Values Are Not Allowed

In this video, we delve into the intricacies of the `Map.of` method in Java, a powerful feature introduced in Java 9 that simplifies the ...

2:18
Understanding Map.of in Java: Why Null Keys and Values Are Not Allowed

1 view

4 months ago

Nida Karagoz
What are the differences between a HashMap and a Hashtable in Java? (9 SOLUTIONS!!)

What are the differences between a HashMap and a Hashtable in Java? (9 SOLUTIONS!!) ✧ I really hope you found a helpful ...

4:21
What are the differences between a HashMap and a Hashtable in Java? (9 SOLUTIONS!!)

0 views

11 months ago

Nida Karagoz
When to use LinkedList over ArrayList in Java? (9 SOLUTIONS!!)

When to use LinkedList over ArrayList in Java? (9 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is ...

4:30
When to use LinkedList over ArrayList in Java? (9 SOLUTIONS!!)

0 views

10 months ago

Nida Karagoz
How do I read / convert an InputStream into a String in Java? (9 SOLUTIONS!!)

How do I read / convert an InputStream into a String in Java? (9 SOLUTIONS!!) ✧ I really hope you found a helpful solution!

4:24
How do I read / convert an InputStream into a String in Java? (9 SOLUTIONS!!)

2 views

10 months ago

Vaadin
Vaadin 24.9 Release Webinar + 24.x Highlights

Join us live for the Vaadin 24.9 Release Webinar + 24.x Highlights on Wednesday, September 24 at 15:00 CEST / 9:00 AM EDT.

59:58
Vaadin 24.9 Release Webinar + 24.x Highlights

1,266 views

Streamed 4 months ago

Nida Karagoz
How do I call one constructor from another in Java? (9 SOLUTIONS!!)

How do I call one constructor from another in Java? (9 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content ...

4:21
How do I call one constructor from another in Java? (9 SOLUTIONS!!)

1 view

9 months ago