ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

120 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

CS 125 @ Illinois
CS 125 Fall 2018: Wed 10.17.2018. References and Java Memory Management

A discussion of Java memory management with reminders about references.

49:08
CS 125 Fall 2018: Wed 10.17.2018. References and Java Memory Management

399 views

7 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

PurdueX CS180.1x
Reference Types

Purdue AP Computer Science A.

4:17
Reference Types

65 views

9 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 10.15.2018. References and Interfaces

A continuation of a discussion of object references and an overview of Java interfaces.

50:57
CS 125 Fall 2018: Mon 10.15.2018. References and Interfaces

585 views

7 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

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

CS 125 @ Illinois
CS 125 Fall 2018: Fri 10.12.2018. Object References

An introduction to object references, their implications for Java programming, and a bit about Java memory management.

50:38
CS 125 Fall 2018: Fri 10.12.2018. Object References

475 views

7 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

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

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

CS 125 @ Illinois
CS 125 Fall 2018: Wed 8.29.2018. Types and Variables

Introduction to Java primitive types, variable initialization and declaration, and modifying variable values through a variety of ...

47:39
CS 125 Fall 2018: Wed 8.29.2018. Types and Variables

676 views

7 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

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

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

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

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