ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,111 results

J David Eisenberg
Chapter 1: A First Java Program

This video shows the building blocks you use for every Java program you'll write in this course. One additional note: The program ...

2:59
Chapter 1: A First Java Program

1,157 views

6 years ago

Dario
Rust vs Java: A Staff Engineer's perspective

Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...

25:04
Rust vs Java: A Staff Engineer's perspective

28,853 views

3 years ago

TU Delft Learning for Life
Software Testing in Java - Mockito

Read more about his onine course: https://www.edx.org/course/automated-software-testing-practical-skills-for-java-developers.

4:34
Software Testing in Java - Mockito

7,952 views

7 years ago

J David Eisenberg
Chapter 12: The File class

The File class lets you get information about a disk file. See this URL for information about absolute vs. relative path names: ...

4:44
Chapter 12: The File class

292 views

5 years ago

Otavio Santana
Simplify Java: Reducing Unnecessary Layers and Interfaces

Unlock the power of simplicity in Java! Explore the benefits of streamlining your code by reducing unnecessary layers and ...

8:10
Simplify Java: Reducing Unnecessary Layers and Interfaces

926 views

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

J David Eisenberg
Chapter 12: Kinds of Exceptions

There are different kinds and subclasses of Exception. This video describes the Exception hierarchy and talks about checked vs.

2:13
Chapter 12: Kinds of Exceptions

164 views

5 years ago

J David Eisenberg
Chapter 12: Using Exceptions

Learn when to use -- and not to use -- exceptions.

4:14
Chapter 12: Using Exceptions

170 views

5 years ago

Otavio Santana
What is AssertJ? Explore the Java test with elegance

shorts What is AssertJ? Explore the Java test with elegance Fluent API wit Java Test, which is the formula of AssertJ. #Java ...

0:37
What is AssertJ? Explore the Java test with elegance

294 views

2 years ago

Dandalf
Java Input Loop

The video shows how to use Java to input an integer in using a loop that keeps asking for a valid input if the user inputs a negative ...

12:11
Java Input Loop

251 views

5 years ago

Christopher Stevens
Introduction to Getting User Input in Java

Using the Scanner Class and JOptionPane class.

12:46
Introduction to Getting User Input in Java

88 views

1 year ago

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

5 years ago

Craig Piercy
Introduction to JavaBeans

A quick introduction to a special Java class called a JavaBean.

10:03
Introduction to JavaBeans

127,318 views

10 years ago

XPERGE
Java vs Java Script | Difference between Java & Java Script | XPERGE

Java vs Java Script | Difference between Java & Java Script | XPERGE In this video, we will knowing the difference between Java ...

6:43
Java vs Java Script | Difference between Java & Java Script | XPERGE

2,463 views

3 years ago

J David Eisenberg
Chapter12: Processing Exceptions

Find out what happens when you throw an exception in a series of method calls several levels deep. Program that demonstrates ...

2:59
Chapter12: Processing Exceptions

231 views

5 years ago

J David Eisenberg
Chapter12: “try” with resources

Using the try-with-resources construct will allow Java to close files for you automatically so you don't have to do it explicitly.

2:52
Chapter12: “try” with resources

173 views

5 years ago

J David Eisenberg
Chapter 12: Exceptions (the basics)

An exception is a run time error. Find out the basics of catching them before they crash your program!

8:11
Chapter 12: Exceptions (the basics)

273 views

5 years ago

J David Eisenberg
Chapter 2: Data Type Conversion in Java

You can use a *cast* to take an integer variable and ask Java to treat it as a double (and vice versa). This video gives you the ...

6:04
Chapter 2: Data Type Conversion in Java

225 views

5 years ago

J David Eisenberg
Chapter 9: Arrays of Objects

Arrays aren't only for ints, doubles, etc. You can put objects into them. This video shows you how to create and initialize an array ...

4:52
Chapter 9: Arrays of Objects

281 views

6 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,808 views

6 years ago

Drunken Engineer
Java Interview Questions and Answers

This video contains java interview questions and answers for experienced. Below are the Questions : What Are SOLID Principles ...

17:47
Java Interview Questions and Answers

30,987 views

4 years ago

CompuTechWorld
High-Level Languages = Easier Coding 🚀 #shorts

"Ever wondered how computers understand us? High-Level Programming Languages like Python, Java, and C++ make coding ...

0:43
High-Level Languages = Easier Coding 🚀 #shorts

130 views

3 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
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

538 views

6 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