ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

850 results

Dandalf
Welcome to SJCC Spring 2024 Java and C/C++ Programming classes

C/C++ class syllabus at: https://program-info.net/C++/CIS 054.102 SP24 McElroy,Dan.pdf Java class syllabus at: ...

8:31
Welcome to SJCC Spring 2024 Java and C/C++ Programming classes

143 views

2 years ago

The Mentor CodeLab
Inheritance - Java Tutorial | #24

Java Tutorial: Inheritance One of the main aspects of object-oriented programming, is inheritance. Using inheritance, you can ...

12:18
Inheritance - Java Tutorial | #24

20 views

1 year ago

Otavio Santana
DAO vs Repository Pattern Explained | Key Differences and Java Example

Learn the key differences between the DAO (Data Access Object) and Repository patterns in this in-depth explanation.

6:22
DAO vs Repository Pattern Explained | Key Differences and Java Example

1,851 views

1 year ago

Meri (Engel) Kasprak - programming videos
If and While in Java

Using if, if else, and while statements in Java.

4:29
If and While in Java

186 views

8 years ago

CodeMastery
Learn Java in 30 Days and Crack Any Coding Interview! | Java Learning for Beginners #LearnJava

Learn Java in 30 Days and Crack Any Coding Interview! | Java Learning for Beginners #LearnJava About the video: Welcome to ...

4:12
Learn Java in 30 Days and Crack Any Coding Interview! | Java Learning for Beginners #LearnJava

112 views

1 year ago

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...

5:45
How to Iterate over Keys and Values in a Java Map

101 views

5 years ago

Otavio Santana
Java 21 SequenceCollection: Unleash the Power of Ordered Collections

Dive into the world of Java 21's SequenceCollection interface! Discover how it extends the Java collections' capabilities, offering ...

5:43
Java 21 SequenceCollection: Unleash the Power of Ordered Collections

314 views

2 years ago

YAWL User Group
Run Custom Java Code in YAWL with Codelets

How can you run custom Java code inside a YAWL workflow? This video explains how to create and deploy custom Java codelets ...

8:49
Run Custom Java Code in YAWL with Codelets

857 views

4 years ago

Otavio Santana
Java Reflection Advanced with Proxy: Creating a more robust code

In this video, we'll give a next on Java reflection with Proxy. If you like me and enjoy good framework API, you might love Spring ...

11:23
Java Reflection Advanced with Proxy: Creating a more robust code

455 views

2 years ago

Otavio Santana
Why Test Is a Long-Term Investment for Developers

In this video, Otavio Santana—Java Champion and software architect—dives deep into why testing is a fundamental, long-term ...

7:33
Why Test Is a Long-Term Investment for Developers

75 views

9 months ago

CodeOps HQ
Setting Up the Perfect Developer Environment on Linux for 2025

Want to learn how to build your own dev tools? Check out CodeCrafters: https://bitly.cx/HFm4 Are you a developer looking to ...

11:58
Setting Up the Perfect Developer Environment on Linux for 2025

344,989 views

1 year ago

IHSANA Guides
How to use JWT Auth Add-ons without Coding

This video is how to add JWT Auth to the imabuilder project without coding. AppBuilder by https://ihsana.com/i/?code=imabuilder3 ...

10:20
How to use JWT Auth Add-ons without Coding

1,122 views

6 years ago

Роман Новиков (HITROME)
Programming demo#1 - Java, Liferay - Programmer hour in 5 minutes

Demonstration of a programming process in accelerated regime. Creation similar tables with find and replace of the equal parts ...

5:46
Programming demo#1 - Java, Liferay - Programmer hour in 5 minutes

2,638 views

8 years ago

The Mentor CodeLab
Learning Java Variables - Java Tutorial | #

Java Tutorial: Learning Java Variables It's time to learn Java syntax for variable definition. We will learn about literals, identifiers, ...

12:28
Learning Java Variables - Java Tutorial | #

20 views

2 years ago

Samir Paul
Class static variables and methods

ADSB: 05_00.

8:51
Class static variables and methods

837 views

11 years ago

wikipedia tts
JavaSpaces | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Tuple_space 00:00:55 1 Object Spaces 00:03:07 2 ...

11:27
JavaSpaces | Wikipedia audio article

90 views

6 years ago

SiliconANGLE theCUBE
75x Faster Runtime for Java, Python, JavaScript & More | AppDevANGLE

What if your runtime was 75x faster out of the box? In this episode of AppDevANGLE, Paul Nashawaty, Principal Analyst at ...

14:37
75x Faster Runtime for Java, Python, JavaScript & More | AppDevANGLE

5,233 views

5 months ago

Otavio Santana
Readability in the test exploring the Java JUnit-params

Java JUnit-params make the test readable and maintainable. Good test quality is a challenge for any software engineer.

18:33
Readability in the test exploring the Java JUnit-params

267 views

2 years ago

J David Eisenberg
Assignment: Correlation Coefficient (Part 2)

CORRECTION: At 3:24, lines 47 and 48 of the pseudo-code should read: double xSumOfSquares = sumOfSquares(xDeviations); ...

6:45
Assignment: Correlation Coefficient (Part 2)

151 views

2 years ago

J David Eisenberg
Chapter 11: Chaining Constructors

Find out how constructors work when you have subclasses of subclasses.

6:51
Chapter 11: Chaining Constructors

205 views

5 years ago

Alex Demko
News Room #2 – Carbon, Gleam 1.0, Lua 5.5, Linguine & More! 💥 New Dev Tools in 2025

Wondering what's new in programming languages this summer? In this episode of News Room, I cover 7 big language and ...

12:22
News Room #2 – Carbon, Gleam 1.0, Lua 5.5, Linguine & More! 💥 New Dev Tools in 2025

392 views

6 months ago

J David Eisenberg
Chapter 8: Two-dimensional Arrays

Handling a two-dimensional arrays that represent a matrix of rows and columns.

7:47
Chapter 8: Two-dimensional Arrays

388 views

6 years ago

ConfEngine
JMS Mocking with AsyncAPI using Specmatic

Key features: - Mocks a real JMS server so that clients can communicate with it seamlessly. - Validates the messages that it ...

7:30
JMS Mocking with AsyncAPI using Specmatic

373 views

2 years ago

Logan Ly
CRASHING MY MOTORBIKE IN INDONESIA | Vlog 24

Subscribe Now for MORE Videos: https://goo.gl/FegfwN What happens you get into an accident in Asia? When your motorbike ...

7:39
CRASHING MY MOTORBIKE IN INDONESIA | Vlog 24

1,828 views

7 years ago

J David Eisenberg
Chapter 5: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

4:54
Chapter 5: Using Braces with if/else Statements

539 views

4 years ago