ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

446 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,140 views

6 years ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

801 views

4 years ago

Noqta Music
What is Polymorphism in Java?

softwaretestengineer #testing #selenium #agile #sdet #qatester #software #api #apipostman #restassured #postman ...

2:58
What is Polymorphism in Java?

56 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

199 views

4 years ago

J David Eisenberg
Chapter 7: Copying Arrays

Arrays are reference variables, which means simple assignment doesn't make a copy of the values.

3:54
Chapter 7: Copying Arrays

721 views

6 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.5.2 - Intro to Coding in Java

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

1:43
[Intro to App Design] 1.5.2 - Intro to Coding in Java

183 views

10 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.5.1 - Intro to Coding in Java

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

2:29
[Intro to App Design] 1.5.1 - Intro to Coding in Java

246 views

10 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,012 views

6 years ago

Noqta Music
What is Abstraction in OOP, Abstract Methods, and differences between Abstract Class and Interface?

softwaretestengineer #testing #selenium #agile #sdet #qatester #software #api #apipostman #restassured #postman ...

2:53
What is Abstraction in OOP, Abstract Methods, and differences between Abstract Class and Interface?

99 views

2 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,798 views

6 years ago

J David Eisenberg
Chapter 6: Method Calls

What's going on behind the scenes when you call a method in Java?

2:32
Chapter 6: Method Calls

421 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

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

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

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

500 views

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

127 views

5 years ago

Alex Demko
OOP Encapsulation: Keep It Clean, Lock It Tight! 🔐

In this video, I'll walk you through Object-Oriented Programming (OOP) in a simple and beginner-friendly way, covering real ...

0:06
OOP Encapsulation: Keep It Clean, Lock It Tight! 🔐

221 views

6 months ago

Alex Demko
OOP Can Help or Hurt — It’s How You Use It! 💡

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

0:08
OOP Can Help or Hurt — It’s How You Use It! 💡

340 views

6 months ago

Tech Achievers
Procedural and object-oriented programming a debate between newbie and pro programmer!  #enginnering

Learn Programming with CHAI! The Most INDIAN Way to Master Object-Oriented Programming! Watch as a wise programmer ...

0:59
Procedural and object-oriented programming a debate between newbie and pro programmer! #enginnering

14 views

10 months ago

J David Eisenberg
Chapter 4: Overloaded Methods

You can have multiple methods with the same name as long as the number and/or types of the parameters is different.

3:34
Chapter 4: Overloaded Methods

445 views

4 years ago

Samir Paul
Turtle Graphics

ADSB: 05_01.

3:47
Turtle Graphics

710 views

10 years ago

Alex Demko
Abstraction in OOP: Just Like Making Coffee! 🔧➡️☕

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

0:06
Abstraction in OOP: Just Like Making Coffee! 🔧➡️☕

139 views

6 months ago

Otavio Santana
Why do we have reflection on Java?

shorts Java reflection is excellent for creating extensibility on runtime. If you're using Jakarta EE, MicroProfile, or Spring, you're ...

0:50
Why do we have reflection on Java?

2,096 views

2 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

933 views

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

5 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