ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

177 results

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,736 views

3 years ago

Meri (Engel) Kasprak - programming videos
Classes and Objects in Java

Creating your first class and instantiating objects from it in Java.

3:17
Classes and Objects in Java

96 views

8 years ago

Improbable Matter
How a Computer Works - from silicon to apps

A whistle-stop tour of how computers work, from how silicon is used to make computer chips, perform arithmetic to how programs ...

42:32
How a Computer Works - from silicon to apps

1,915,093 views

4 years ago

J David Eisenberg
Chapter 1: print vs println

Learn when to use System.out.print() and when to use System.out.println().

2:52
Chapter 1: print vs println

2,127 views

5 years ago

Fabrice Kordon
007 — Rappels, les structures de contrôle en Java

In this session, I'm going to give you a few reminders on control structures in Java. The aim of a programming language is to ...

7:13
007 — Rappels, les structures de contrôle en Java

1,300 views

9 years ago

J David Eisenberg
Chapter 1: Java Programming Style

What's the “correct“ way to indent? Where should you put braces in your code? All of this is part of a Java programming style ...

1:38
Chapter 1: Java Programming Style

1,801 views

6 years ago

Meri (Engel) Kasprak - programming videos
Java 8 - working with dates

Calculating days until the user's next birthday.

3:45
Java 8 - working with dates

636 views

8 years ago

J David Eisenberg
Chapter 1: Bits, Bytes, and the Java Virtual Machine

A brief description of what the Java compiler is on about.

2:21
Chapter 1: Bits, Bytes, and the Java Virtual Machine

940 views

6 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.16.1 - While-Loops

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

2:14
[Intro to App Design] 1.16.1 - While-Loops

98 views

10 years ago

J David Eisenberg
Chapter 4: Using loops for user input

A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.

3:26
Chapter 4: Using loops for user input

206 views

4 years ago

Brian Lavender
Nested Decision Structure

Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...

6:48
Nested Decision Structure

744 views

9 years ago

J David Eisenberg
Planning the “Reverse an Array in Place” program

Here are two approaches to solving the problem. (I'm not entirely happy with this video; the script just didn't seem to “click” for me, ...

2:29
Planning the “Reverse an Array in Place” program

420 views

3 years ago

Mariusz Jurczenko
Basic programming concepts

... and Data Types 00:03:38 Operators and Expressions 00:04:40 Control Structures 00:05:31 Functions and Procedures 00:06:25 ...

10:36
Basic programming concepts

94 views

1 year ago

J David Eisenberg
Chapter 6: The substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 6: The substring() and indexOf() methods

1,089 views

4 years ago

J David Eisenberg
Chapter 5: The do/while loop

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

2:02
Chapter 5: The do/while loop

298 views

6 years ago

J David Eisenberg
Chapter 11: Polymorphism and Casting

Find out the limits of using casting when working with polymorphism.

2:32
Chapter 11: Polymorphism and Casting

276 views

5 years ago

J David Eisenberg
Chapter 8: 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 8: Ragged Arrays

2,981 views

6 years ago

Sinhala java tutorials
Java🍵Tutorial for beginners Complete Full Course in Sinhala  | Java Sinhala Tutorial

Java Sinhala Tutorial Java for Beginners step by step in Sinhala | Java Sinhala | Complete Java Full Course in 8 Hours java ...

8:43:15
Java🍵Tutorial for beginners Complete Full Course in Sinhala | Java Sinhala Tutorial

35,243 views

3 years ago

J David Eisenberg
Chapter 4: Mathematical Functions in Java

Here are the most common methods in Java's Math class.

2:52
Chapter 4: Mathematical Functions in Java

430 views

4 years 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

Adam Gaweda, Dr. Sensei
Real World Example of Using Java's Map to Grab Weather Data

Java does not have a working translator in itself. Java, if you're listening, I would really like a way to just convert JSON into a map.

6:13
Real World Example of Using Java's Map to Grab Weather Data

33,089 views

8 years ago

Samir Paul
Language features, data types, literals

How is Java similar to and different from natural languages? What are the main data types we'll work with? What's a literal?

5:57
Language features, data types, literals

1,316 views

11 years ago

J David Eisenberg
Chapter 5: The while loop

Introduction to loops, with the *while* loop, which continues as long as a condition is true.

3:23
Chapter 5: The while loop

361 views

6 years ago

Sinhala java tutorials
Java🍵Tutorial for beginners Complete Full Course in Sinhala  | Step-by-Step Java Sinhala Tutorial

Java Sinhala Tutorial Java for Beginners step by step in Sinhala | Java Sinhala | Complete Java Full Course in 8 Hours java ...

8:44:14
Java🍵Tutorial for beginners Complete Full Course in Sinhala | Step-by-Step Java Sinhala Tutorial

3,588 views

1 year ago

Programming threads
The Spread Operator: JavaScript's Secret Weapon

Key notions to remember: *spread operator* *control structures* *copy arrays* *concatenate arrays* #javascriptinterview, ...

0:58
The Spread Operator: JavaScript's Secret Weapon

525 views

1 year ago