ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

182 results

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

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

6 years ago

Alex Demko
Use Classes Daily… or Ditch Them Completely? ⚖️

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

0:05
Use Classes Daily… or Ditch Them Completely? ⚖️

603 views

8 months 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

438 views

4 years ago

J David Eisenberg
Chapter 9: Passing Objects to Methods

When you pass an object to a method, you are passing a copy of the *reference* to that object. That lets you update an object's ...

2:07
Chapter 9: Passing Objects to Methods

1,013 views

6 years ago

Otavio Santana
The four ways to use Java Record

shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...

0:54
The four ways to use Java Record

362 views

2 years ago

J David Eisenberg
Chapter 11: Visibility modifiers in Java

Find out how to specify which classes can and cannot access the methods and properties in other classes. Note: narration at 1:54 ...

2:20
Chapter 11: Visibility modifiers in Java

129 views

5 years ago

Otavio Santana
What is Java Record Compact Constructor?

shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...

0:43
What is Java Record Compact Constructor?

343 views

2 years ago

nipafx
Primitive Classes - JEP 401 #JavaNext #Shorts

JEP 401 proposes to introduce primitive classes to Java and the JVM - as the name suggests, they're basically classes that ...

0:50
Primitive Classes - JEP 401 #JavaNext #Shorts

1,240 views

4 years ago

Vaadin
Vaadin Flow in 40 seconds ⚡️ Build web apps 100% in Java

This video explains the core concepts of Vaadin Flow. 0:00 - Everything is a component 0:15 - Use layouts to build views 0:31 ...

0:40
Vaadin Flow in 40 seconds ⚡️ Build web apps 100% in Java

14,756 views

2 years ago

J David Eisenberg
Chapter 11: Object-Oriented Design

Draw a UML diagram and write code to implement a Java class that simulates a computer-controlled Toaster.

3:14
Chapter 11: Object-Oriented Design

200 views

4 years ago

wikipedia tts
Java compiler | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Java_compiler 00:00:55 Major Java compilers ...

1:50
Java compiler | Wikipedia audio article

11 views

7 years ago

Alex Demko
OOP & Classes: Clarity or Just More Chaos? ⚔️

Ever feel overwhelmed by OOP concepts like encapsulation and inheritance? In this video, I'll walk you through ...

0:06
OOP & Classes: Clarity or Just More Chaos? ⚔️

500 views

8 months ago

Vaadin
Vaadin 10: Control any HTML element from Java or JavaScript

Throughout our 17 year history, Vaadin has given developers a simple, component-based way of building Web Applications.

0:46
Vaadin 10: Control any HTML element from Java or JavaScript

4,523 views

7 years ago

SF Software
How to Use DrJava

Learn how to write and run Java programs and use the DrJava interaction panel. Download here: ...

2:26
How to Use DrJava

37,319 views

10 years ago

Executive Quest
Java Development on Linux, easy beginner tutorial

If your tooltips, calltips, keyword highlighting and completion aren't working, please see my other video about SciTE setup.

3:07
Java Development on Linux, easy beginner tutorial

23,068 views

16 years ago

Meri (Engel) Kasprak - programming videos
Class Diagrams

Creating Class Diagrams.

1:09
Class Diagrams

148 views

9 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: 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 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