ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

380 results

Otavio Santana
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

In this informative Java tutorial, discover why using boolean parameters in your methods can lead to hard-to-read and maintain ...

6:37
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

612 views

2 years ago

Samir Paul
Java Interfaces: The Implementation Perspective

ADSB 05_03.

7:13
Java Interfaces: The Implementation Perspective

827 views

10 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

81 views

3 weeks 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,018 views

4 years ago

J David Eisenberg
Chapter 6: The do/while loop

The do/while loop is guaranteed to execute the loop body at least once.

2:02
Chapter 6: The do/while loop

226 views

4 years ago

The Mentor CodeLab
For Loop & for each loop - Java Tutorial | #15

Java Tutorial: For Loop Until now, we learned how to use while loops. Normally, we use while loop when we are not sure how ...

13:17
For Loop & for each loop - Java Tutorial | #15

11 views

1 year ago

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

The Java code we were working from is included in that repository, or you can view it at https://hg.openjdk.java.net/jdk/jdk13/file/ ...

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

13,451 views

6 years ago

Otavio Santana
Mastering Exception Handling in Java: Best Practices and Tips

In this video, we delve into the crucial topic of creating effective exceptions in your Java code. Understanding and implementing ...

8:54
Mastering Exception Handling in Java: Best Practices and Tips

639 views

1 year ago

J David Eisenberg
Chapter 2: Getting User Input in Java

How to let users supply numeric input to your programs.

4:16
Chapter 2: Getting User Input in Java

656 views

6 years ago

Spoken-Tutorial IIT Bombay
First Java Program - English

Welcome to the Spoken Tutorial on getting started with the First java program. In this tutorial we will learn To create a simple Java ...

11:00
First Java Program - English

36,305 views

11 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

Meri (Engel) Kasprak - programming videos
Applied Logic: Practice program for final exam

A practice program to review all of the major programming concepts that we learned in this course.

5:22
Applied Logic: Practice program for final exam

628 views

12 years 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,737 views

3 years ago

Drunken Engineer
Singleton In Java | Create | Destroy | Prevent | Interview Questions

This video contains all the interview questions related to Singleton design pattern in java. One of the best book for Interview ...

12:45
Singleton In Java | Create | Destroy | Prevent | Interview Questions

8,958 views

4 years ago

Code with Dreamy
Problem Solving for Developers - JavaScript

Just like any other skill, problem solving takes practice to apply and master. Many developers think that becoming a better ...

1:04
Problem Solving for Developers - JavaScript

386 views

3 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Fri 9.14.2018. Practice with Functions and Strings

A discussion of method overloading and type casting, followed by more practice with Java functions and Strings.

49:06
CS 125 Fall 2018: Fri 9.14.2018. Practice with Functions and Strings

716 views

7 years ago

MOOC de l'IMT
5. Good Programming Practices 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

5:53
5. Good Programming Practices 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

2,673 views

7 years ago

J David Eisenberg
Chapter 15: Ragged Arrays

In Java, you can have a two-dimensional array where each row has a different number of elements. This is called a ragged array.

2:57
Chapter 15: Ragged Arrays

1,698 views

4 years ago

Otavio Santana
Mastering Java Consumer Interface: A Comprehensive Guide

In this video tutorial, we'll explore the powerful Java Consumer interface and learn how it can help you generate new values by ...

4:14
Mastering Java Consumer Interface: A Comprehensive Guide

884 views

2 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 10.8.2018. More Polymorphism and Class Design

A continued discussion of polymorphism and practice with inheritance and class design.

49:11
CS 125 Fall 2018: Mon 10.8.2018. More Polymorphism and Class Design

577 views

7 years ago