ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

113 results

Coding wala Shree
Why Java 25 is Starting to Look Like Python | JEP 511 | Module Import Declarations

Tired of the "Import Wall" in Java? Java 25 just introduced JEP 511: Module Import Declarations, and it's a game-changer for clean ...

2:47
Why Java 25 is Starting to Look Like Python | JEP 511 | Module Import Declarations

44 views

2 weeks ago

Jason Caffeine Overdosed
Encapsulation: Exploring the Box

This video gives a brief description of what Encapsulation is as one of the concept of Object Oriented Programming using Java ...

2:50
Encapsulation: Exploring the Box

14 views

4 weeks ago

Coding wala Shree
No More 'public static void main()' in Java 25? JEP 512: Compact Source Files & Instance Main Method

Java 25 continues its effort to make Java simpler and more approachable, especially for beginners and educators. In this short ...

2:31
No More 'public static void main()' in Java 25? JEP 512: Compact Source Files & Instance Main Method

55 views

2 weeks ago

Peter Schneider
Codereview: There Was an Old Lady - generate lyrics to a cumulation song

There Was an Old Lady - generate lyrics to a cumulation song I hope you found a solution that worked for you :) The Content is ...

4:48
Codereview: There Was an Old Lady - generate lyrics to a cumulation song

0 views

4 weeks ago

Zelig Lim
2025 Lab 3 OOP Student App
5:13
2025 Lab 3 OOP Student App

7 views

3 weeks ago

Sophia Wagner
Codereview: Design a chess game using object-oriented principles

Design a chess game using object-oriented principles Hey guys! Hopefully you found a solution that helped you! The Content is ...

5:53
Codereview: Design a chess game using object-oriented principles

0 views

8 days ago

Sophia Wagner
Codereview: Design a chess game using object-oriented principles

Design a chess game using object-oriented principles Hey guys! Hopefully you found a solution that helped you! The Content is ...

5:55
Codereview: Design a chess game using object-oriented principles

0 views

6 days ago

Zelig Lim
2025 Lab 1 OOP IntelliJ Maven and Java (switch)
5:03
2025 Lab 1 OOP IntelliJ Maven and Java (switch)

5 views

3 weeks ago

Carlos Chacin
Writing Tests Before Code — Does It Actually Work? (Skull King Ep. 2)

Java TDD Tutorial: Designing the Player class with Test-Driven Development! In this Java 25 programming episode, we build ...

15:55
Writing Tests Before Code — Does It Actually Work? (Skull King Ep. 2)

43 views

2 weeks ago

Zelig Lim
2025 Lab 8 OOP Polymorphism
8:31
2025 Lab 8 OOP Polymorphism

5 views

3 weeks ago

Chrome for Developers
Scala.js to Wasm—Exploring the Wasm backend for Scala.js with Sébastien Doeraene

The JVM-to-Web journey continues! In this episode, Thomas Steiner welcomes the original author of Scala.js, Sébastien ...

1:06:11
Scala.js to Wasm—Exploring the Wasm backend for Scala.js with Sébastien Doeraene

1,741 views

5 days ago

Sophia Wagner
Codereview: Design a chess game using object-oriented principles

Design a chess game using object-oriented principles Hey guys! Hopefully you found a solution that helped you! The Content is ...

5:53
Codereview: Design a chess game using object-oriented principles

0 views

4 days ago

Keewi
Coding on Scratch

Twitch: https://www.twitch.tv/keewidraws Discord: https://discord.gg/2Rwr7KJ7Z4.

1:38:49
Coding on Scratch

332 views

Streamed 2 weeks ago

Keewi
Coding on Scratch

Twitch: https://www.twitch.tv/keewidraws Discord: https://discord.gg/2Rwr7KJ7Z4.

1:19:19
Coding on Scratch

161 views

Streamed 12 days ago

Owen Wu
Java Method Overriding II Super Keyword

Java Hackerrank OOP Section: (Could not solve on my own - come back to review later) ...

6:57
Java Method Overriding II Super Keyword

0 views

9 days ago

Coding wala Shree
super() and this() Rules are FINALLY DEAD! | JEP 513 | Java 25 - Flexible Constructor Bodies

For 25 years, we've been forced to make this() / super() the first statement in a constructor. No more. In Java 25, JEP 513 ...

2:15
super() and this() Rules are FINALLY DEAD! | JEP 513 | Java 25 - Flexible Constructor Bodies

52 views

10 days ago

Zelig Lim
2025 Lab 6 OOP JaCoCo Test Coverage
4:22
2025 Lab 6 OOP JaCoCo Test Coverage

2 views

3 weeks ago

Payilagam
Abstract Class in Java Explained | Why Abstract Class Cannot Create Objects | OOP Concepts

Abstract Class is a fundamental concept in Object-Oriented Programming (OOP) and an important topic in Java programming. In ...

0:07
Abstract Class in Java Explained | Why Abstract Class Cannot Create Objects | OOP Concepts

34,902 views

2 weeks ago

Owen Wu
Java Method Overriding

Hackerrank Java OOP section: https://www.hackerrank.com/challenges/java-method-overriding/problem?isFullScreen=true.

5:41
Java Method Overriding

0 views

10 days 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

104 views

3 weeks ago

KSRCAS Women
LCS : JAVA PROGRAMMING Part I | Ms. P.  SATHYA | BCA

Courses offered: UG Courses Offered B.A. English B.A. Economics B.Com. B.Com. CA B.COM Financial Marketing and Analytics ...

4:49
LCS : JAVA PROGRAMMING Part I | Ms. P. SATHYA | BCA

45 views

3 weeks ago

Usa SAMMAPUN
[Testing] Condition, Condition/Decision, Multiple Condition Coverage

... ของ ของ Java เนาะ แต่ ว่า ของ Python ก็ คล้าย ๆ กัน นะ คะ Method withdraw นะ คะ ใน Class Bankง Account รับ เอ่อ Am ถอน กี่ บาท เนาะ ...

15:12
[Testing] Condition, Condition/Decision, Multiple Condition Coverage

37 views

2 weeks ago

The Debug Zone
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

In this video, we delve into the importance of using `Objects.requireNonNull()` in Java programming. This powerful utility method ...

3:03
Why Use Objects.requireNonNull() in Java? Benefits and Best Practices

2 views

3 weeks ago

Owen Wu
Java Interface

Hackerrank Java OOP section: https://www.hackerrank.com/challenges/java-interface/problem?isFullScreen=true.

3:46
Java Interface

0 views

10 days ago

Sophia Wagner
Softwareengineering: Should business logic classes be POJO only?

Should business logic classes be POJO only? Hey guys! Hopefully you found a solution that helped you! The Content is licensed ...

3:11
Softwareengineering: Should business logic classes be POJO only?

0 views

13 days ago