ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

122 results

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

Otavio Santana
Java's Encapsulation -  When the getter and setter became your enemy

Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...

12:08
Java's Encapsulation - When the getter and setter became your enemy

1,111 views

3 years ago

Dandalf
Java Books and Clothes OOP Project Using Inheritance

Instructions on are provided on how to add a class to an OOP inheritance tree using Eclipse. The project adds class Pants to a ...

16:47
Java Books and Clothes OOP Project Using Inheritance

436 views

3 years ago

Computer science and application education hub
Java AWT implement animated Banner Program

In this video i will teach you to how to make animation using java. If you found this video valuable, give it a like. If you know ...

4:45
Java AWT implement animated Banner Program

154 views

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

446 views

4 years ago

Spoken-Tutorial IIT Bombay
Introduction to Netbeans - English

Introduction to Netbeans About Netbeans Installation of Netbeans Components and Interface of Netbeans General Java ...

9:11
Introduction to Netbeans - English

1,596 views

11 years ago

J David Eisenberg
Chapter 14: Polymorphism and Casting

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

2:32
Chapter 14: Polymorphism and Casting

163 views

4 years ago

Rolando Coto
Python Parsing in Tagalog (Accelerated Computational Linguistics 2020.W07.07)

Accelerated Computational Linguistics Dartmouth College LING48/COSC72 Spring 2020. Week 07, Video 07: Python Parsing in ...

14:14
Python Parsing in Tagalog (Accelerated Computational Linguistics 2020.W07.07)

183 views

5 years ago

Iris Kohler
[CBIS 112] Counters and Accumulators

A brief aside on how we can keep track of totals in our loops. Kosmic's former world record: ...

10:52
[CBIS 112] Counters and Accumulators

257 views

2 years ago

J David Eisenberg
Chapter 16: Classes and Objects

Constructing an object with attributes and methods; conversion to string with __str__, learning about “self”.

13:04
Chapter 16: Classes and Objects

248 views

7 years ago

Jennifer Cash
Rigid Body Rotation

This video introduces the concept of rigid body rotation as used in physics.

2:35
Rigid Body Rotation

745 views

10 years ago

J David Eisenberg
Chapter 2: Naming Variables

Guidelines for giving your variables meaningful names.

2:34
Chapter 2: Naming Variables

722 views

6 years ago

J David Eisenberg
Chapter 4: Using a Boolean to control an input loop

In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...

3:38
Chapter 4: Using a Boolean to control an input loop

387 views

4 years ago

piggi0
Day 28 of explaining every #minecraft #redstone item | Note Block #music #shaders #shorts #tutorial

minecraft #noteblock #music #redstone #gaming #contraption #automation #mechanism #tips #innovation #tutorial #gadgets ...

0:16
Day 28 of explaining every #minecraft #redstone item | Note Block #music #shaders #shorts #tutorial

93,123 views

2 years ago

J David Eisenberg
Chapter 5: The for loop

The for loop is a shorthand for a while loop; it specifies the initial loop variable, the continuation test, and the action after each ...

3:04
Chapter 5: The for loop

183 views

5 years ago

Jürgen Rose
Q Squared - Quarkus & Quasar - Part 1: Setting up the Environment

Hier die Links aus dem Video: https://github.com/microsoft/terminal ...

11:41
Q Squared - Quarkus & Quasar - Part 1: Setting up the Environment

136 views

4 years ago

J David Eisenberg
Assignment: Correlation Coefficient

Here's a plan for the correlation program, developed by doing the calculation by hand and noticing what we are doing, and what ...

12:31
Assignment: Correlation Coefficient

701 views

4 years ago

Dandalf
Credit Card Payoff in C, C++ and Java

Code to get started on the project is located at the following locations C -language version is at ...

17:28
Credit Card Payoff in C, C++ and Java

1,717 views

4 years ago

J David Eisenberg
Chapter 5: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

4:54
Chapter 5: Using Braces with if/else Statements

538 views

4 years ago

J David Eisenberg
Chapter 1: Your First C Program

Learn about compiling and linking, and see a short C program designed to check that you have C installed and working properly.

9:13
Chapter 1: Your First C Program

762 views

4 years ago