ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

721 results

ABMedia
Java for C# Developers

Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...

25:32
Java for C# Developers

19,262 views

5 years ago

Roberto Lo Giacco
Coding for job screening

Watch me while I implement a simple algorithm as a screening test for a Java developer position. You may find interesting the ...

22:10
Coding for job screening

91 views

10 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,783 views

5 years ago

Elide
Introducing Elide: A new NodeJS alternative powered by the JVM

Elide (https://elide.dev) is a new runtime and framework designed for the polyglot software era. With Elide, coding in multiple ...

48:07
Introducing Elide: A new NodeJS alternative powered by the JVM

4,040 views

2 years ago

Vaadin
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...

52:24
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

24,265 views

1 year ago

Craig Piercy
java review 1

First of several reviews of basic Java concepts.

45:16
java review 1

9,409 views

13 years ago

Developers Association
From Beginner to Pro: The Ultimate Free Java Course | Java Lecture 2

The Ultimate Free Verified Java Course Guarantying Job Placements from top companies. Either You're a beginner or an ...

25:18
From Beginner to Pro: The Ultimate Free Java Course | Java Lecture 2

13 views

11 months ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,465 views

2 years ago

Otavio Santana
Get more flexibility in your Java code by exploring reflection.

Reflection and Java give a colossal capability, especially for removing boilerplate. It gives impactful productivity on Java to cover ...

28:14
Get more flexibility in your Java code by exploring reflection.

176 views

2 years ago

LetCode with Koushik
Selenium Test Practice - Page Object Model

Hello guys, in this video, we'll take a scenario and automate that using a page object model with selenium java. Scenario: 1.

1:46:08
Selenium Test Practice - Page Object Model

7,030 views

4 years ago

Craig Piercy
Java Review 3

3rd Java Review Session for my MIST4630 course at UGA.

34:29
Java Review 3

4,055 views

13 years ago

Vaadin
React basics explained for Java developers

In this video, Leif Åstrand explains the basics of React to an audience of Java developers. Recorded at a Vaadin Learn event.

29:52
React basics explained for Java developers

3,243 views

2 years ago

Dapp Code
Powerful Point Of Sale with -ASMR Typing Keyboard -java for beginners -34

Powerful Point Of Sale In Java Free | java for beginners | Sell and Making Money Online #java #javaprogramming SUBSCRIBE ...

38:13
Powerful Point Of Sale with -ASMR Typing Keyboard -java for beginners -34

2,500 views

1 year ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,480 views

6 years ago

Remy Sharp
7. Six to Sixteen: A Child's Programming Journey / Surya Rose / FFConf 2025

Learning to code is not easy. It takes a lot of time and practise to become a good developer, especially with the hundreds of ...

33:27
7. Six to Sixteen: A Child's Programming Journey / Surya Rose / FFConf 2025

89 views

1 month ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

682 views

11 months ago

Alex Demko
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

23:41
Object-Oriented Programming Explained Simply (Python, TypeScript, Java, C#, C++)

171 views

8 months ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,740 views

3 years ago

DEFCONConference
DEF CON 21 -  Brian Gorenc and Jasiel Spelman -  Java Every Days

Java Every-Days: Exploiting Software Running on 3 Billion Devices BRIAN GORENC ZERO DAY INITIATIVE, HP SECURITY ...

43:16
DEF CON 21 - Brian Gorenc and Jasiel Spelman - Java Every Days

1,731 views

12 years ago

Vaadin
What is Vaadin? Walk-through and live code examples

In this video, Marcus Hellberg introduces you to Vaadin. Vaadin is a platform for developing modern web apps that connect to ...

26:50
What is Vaadin? Walk-through and live code examples

20,260 views

4 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,897 views

6 years ago

Denis Kuzmin
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

Do NOT combine unnecessary code, please turn ON your brains [both host sides - CLR/Native/JVM]. /This is Part 2. C++, C# and ...

28:04
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

14,061 views

7 years ago

YoutCode - Programming Tutorials
How to make Advanced Calculator in Android Studio with Kotlin & Java - Part 2

Part 1 : https://youtu.be/ksG8dIStJK8 Note :for who don't understand Moroccan language , i added English subtitle so turn it on :D ...

31:46
How to make Advanced Calculator in Android Studio with Kotlin & Java - Part 2

404 views

5 years ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,962 views

3 years ago

Craig Piercy
Creating Your First Java Eclipse Project

The basics of how to start a project in Eclipse and start writing a few Java classes.

29:36
Creating Your First Java Eclipse Project

301,298 views

12 years ago