ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

147 results

The Debug Zone
Kotlin class implementing Java interface error

Today's Topic: Kotlin class implementing Java interface error Thanks for taking the time to learn more. In this video I'll go through ...

1:47
Kotlin class implementing Java interface error

0 views

2 weeks ago

The Debug Zone
Do Java 8 Compilers optimize Static Methods on an Interface as "Final?"

Today's Topic: Do Java 8 Compilers optimize Static Methods on an Interface as "Final?" Thanks for taking the time to learn more.

1:22
Do Java 8 Compilers optimize Static Methods on an Interface as "Final?"

1 view

6 days ago

The Debug Zone
Using Roaster, how can I generate an interface with a specific generic type (or types)?

Today's Topic: Using Roaster, how can I generate an interface with a specific generic type (or types)? Thanks for taking the time to ...

1:22
Using Roaster, how can I generate an interface with a specific generic type (or types)?

0 views

3 weeks ago

Roel Van de Paar
How is this interface instantiated here in this java program? (2 Solutions!!)

How is this interface instantiated here in this java program? Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:35
How is this interface instantiated here in this java program? (2 Solutions!!)

8 views

3 weeks ago

The Debug Zone
What is the Swift equivalent for Java's Comparator Interface

Today's Topic: What is the Swift equivalent for Java's Comparator Interface Thanks for taking the time to learn more. In this video ...

1:48
What is the Swift equivalent for Java's Comparator Interface

0 views

4 weeks ago

The Debug Zone
Chaining Functional Interfaces - IntUnaryOperator vs UnaryOperator

Today's Topic: Chaining Functional Interfaces - IntUnaryOperator vs UnaryOperator Thanks for taking the time to learn more.

1:46
Chaining Functional Interfaces - IntUnaryOperator vs UnaryOperator

1 view

1 month ago

Otavio Santana
Beyond JPA: Rethinking Persistence in Modern Enterprise Java

For decades, Java persistence revolved around the Java Persistence API (JPA) — but today's systems demand much more. In this ...

0:43
Beyond JPA: Rethinking Persistence in Modern Enterprise Java

42 views

6 days ago

The Debug Zone
How to make Kotlin stop casting argument to wrong class(Interface)

Today's Topic: How to make Kotlin stop casting argument to wrong class(Interface) Thanks for taking the time to learn more.

2:48
How to make Kotlin stop casting argument to wrong class(Interface)

0 views

3 weeks ago

Nathaniel Osgood
CMPT371:Modularity, Separation of Interface from Implementation,Specifications as Key for Interfaces

... we commonly maybe many of you when I talk about an interface are thinking of like C interfaces or Java interfaces which specify ...

29:49
CMPT371:Modularity, Separation of Interface from Implementation,Specifications as Key for Interfaces

13 views

2 weeks ago

Roel Van de Paar
Why so many interfaces in JPA? (2 Solutions!!)

Why so many interfaces in JPA? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:54
Why so many interfaces in JPA? (2 Solutions!!)

9 views

3 weeks ago

Roel Van de Paar
Metaclasses in python == interfaces in java?

Metaclasses in python == interfaces in java? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:31
Metaclasses in python == interfaces in java?

3 views

1 day ago

Sergio Ellerbracke reloaded
POO Java Sesión 3

Tercera de cuatro sesiones desarrollando un laboratorio extenso de un juego de pókar orientado a objetos en consola con Java.

2:12:54
POO Java Sesión 3

5 views

3 weeks ago

Coding wala Shree
Java Streams: collect() Explained with Examples | Supplier, Accumulator & Combiner | Part 8

In this video, we deep dive into the collect() method in the Java Stream API. This is Part 1 of the collect() discussion, where we ...

14:30
Java Streams: collect() Explained with Examples | Supplier, Accumulator & Combiner | Part 8

82 views

3 weeks ago

Peter Schneider
How to load a huge class/interface (including 40000+ static fields) in a background thread

How to load a huge class/interface (including 40000+ static fields) in a background thread I hope you found a solution that worked ...

5:38
How to load a huge class/interface (including 40000+ static fields) in a background thread

0 views

3 weeks ago

Roel Van de Paar
Java: Are there some quasi-standard APIs out there, which do int[] <-> Integer[] and similar?

Java: Are there some quasi-standard APIs out there, which do int[] <-> Integer[] and similar? Helpful? Please use the *Thanks* ...

2:19
Java: Are there some quasi-standard APIs out there, which do int[] <-> Integer[] and similar?

4 views

4 weeks ago

The Debug Zone
Comparison method violates its general contract while comparing java.util.Date

Today's Topic: Comparison method violates its general contract while comparing java.util.Date Thanks for taking the time to learn ...

3:05
Comparison method violates its general contract while comparing java.util.Date

0 views

3 weeks ago

Sergio Ellerbracke reloaded
POO Sesion 5. Primer video de GUI (Graphical User Interface).

Crear un proyecto GUI en Java con Swing. Usamos JFrame, JDialog, JMenuBar, JMenuItem, JLabel, JTextField y JButton.

1:13:37
POO Sesion 5. Primer video de GUI (Graphical User Interface).

45 views

3 weeks ago

Roel Van de Paar
(TypeScript) Type Alias / Interface defined by object literal

(TypeScript) Type Alias / Interface defined by object literal Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:40
(TypeScript) Type Alias / Interface defined by object literal

11 views

2 weeks ago

B.TechSai
Abstract Methods & Classes in Java | Realtime Examples + Code Snippets | Clear Explanation

Abstract Methods & Classes in Java | Realtime Examples + Code Snippets | Clear Explanation In this video, you will learn Abstract ...

16:06
Abstract Methods & Classes in Java | Realtime Examples + Code Snippets | Clear Explanation

70 views

2 weeks ago

Vaadin
How to Set Up a Java Web App from Scratch (JDK, IntelliJ & Vaadin)

In this step-by-step tutorial, you'll learn how to set up a complete Java web development environment and run your first Java web ...

8:50
How to Set Up a Java Web App from Scratch (JDK, IntelliJ & Vaadin)

35,280 views

7 days ago

Heapspace
Maciek Próchniak - How to call in a foreign language? With an Interface!

When we think about an application or a service, it is typically written in a specific programming language, such as Python, Java, ...

35:56
Maciek Próchniak - How to call in a foreign language? With an Interface!

12 views

1 day ago

Vaadin
What is possible on the web in 2026

Live webinar with Matti Tahvonen (DevRel at Vaadin) on what modern browsers can do in 2026. Device access (Bluetooth, USB, ...

55:44
What is possible on the web in 2026

503 views

Streamed 16 hours ago

Dr C
How To Zip Your Java Labs For Submission

Computer Science Instruction Videos.

2:36
How To Zip Your Java Labs For Submission

68 views

2 weeks ago

The Debug Zone
REST API - GET Method with input parameter as JAVA Object in body

Today's Topic: REST API - GET Method with input parameter as JAVA Object in body Thanks for taking the time to learn more.

1:47
REST API - GET Method with input parameter as JAVA Object in body

0 views

2 weeks ago

Roel Van de Paar
Logging framework for UI?

Logging framework for UI? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:28
Logging framework for UI?

3 views

4 days ago