ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

93 results

J David Eisenberg
Chapter 9: Primitive and Reference Types

Primitives (int, double, etc.) have values stored in their memory locations. Objects have references to the memory where the data ...

1:42
Chapter 9: Primitive and Reference Types

1,727 views

6 years ago

PurdueX CS180.1x
Reference Types

Purdue AP Computer Science A.

4:17
Reference Types

65 views

9 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

740 views

6 years ago

The Mentor CodeLab
Java Data Types - Java Tutorial | #7

Java Tutorial: Java Data Types We already covered theory concepts about different data types. In this video we will look on how to ...

10:12
Java Data Types - Java Tutorial | #7

24 views

1 year ago

Samir Paul
Reference Types, Equality, and Object Identity

ADSB 05_11.

9:44
Reference Types, Equality, and Object Identity

1,248 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,013 views

6 years ago

COMPUTER & EXCEL SOLUTION
Find the data type in Java and Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

4:06
Find the data type in Java and Python@COMPUTEREXCELSOLUTION

57 views

3 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,148 views

6 years ago

J David Eisenberg
Chapter 13: Converting an Object to a String

How to get something better than the name of a class and its memory reference when you print an object reference.

2:35
Chapter 13: Converting an Object to a String

100 views

2 years ago

wikipedia tts
Comparison of Java and C++ | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Comparison_of_Java_and_C%2B%2B 00:00:10 1 ...

42:11
Comparison of Java and C++ | Wikipedia audio article

9 views

6 years ago

Otavio Santana
Money on Java: Why should we use Money-API in my Java code?

If you work in finance, e-commerce, or any area that needs to represent money, the biggest question is how to do it. We need to ...

20:59
Money on Java: Why should we use Money-API in my Java code?

1,196 views

3 years ago

Wisc-Online
Parameters and Arguments

This short video will walk the viewer through the computer programming concepts of Parameters and Arguments.

1:53
Parameters and Arguments

35,466 views

9 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

536 views

6 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

654 views

6 years ago

Dandalf
JavaElectricBill

The video shows how to code an Electric Bill program that inputs kilowatt hours used (kWh) and break it down into three billing ...

26:43
JavaElectricBill

215 views

2 years ago

wikipedia tts
Reference (computer science) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Reference_(computer_science) 00:01:43 1 Benefits ...

12:33
Reference (computer science) | Wikipedia audio article

17 views

6 years ago

wikipedia tts
Variable (computer science) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Variable_(computer_science) 00:01:44 1 Actions on ...

18:29
Variable (computer science) | Wikipedia audio article

11 views

6 years ago

Code Challenge Central
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

In our first episode, we explore the classic problem of reversing a singly linked list with an animated conceptual explanation, and ...

18:24
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

6,576 views

3 years ago

videoconferencias
UTPL LISTAS ENLAZADAS [(INFORMÁTICA)(ESTRUCTURA DE DATOS)]

UNIVERSIDAD TÉCNICA PARTICULAR DE LOJA Informática Estructura de datos Tema: Listas enlazadas Ponente: Ing. Manuel ...

7:03
UTPL LISTAS ENLAZADAS [(INFORMÁTICA)(ESTRUCTURA DE DATOS)]

7,483 views

13 years ago

J David Eisenberg
Chapter 2: Printing with Formatting

The System.out.format() method makes it easier for you to get output with your variable values in them. It also lets you make output ...

7:02
Chapter 2: Printing with Formatting

476 views

6 years ago