ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

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

PurdueX CS180.1x
Reference Types

Purdue AP Computer Science A.

4:17
Reference Types

68 views

9 years ago

Samir Paul
Reference Types, Equality, and Object Identity

ADSB 05_11.

9:44
Reference Types, Equality, and Object Identity

1,248 views

11 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

214 views

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

101 views

2 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

Otavio Santana
Increase your code quality in Java exploring the power of JavaDoc

JavaDoc can help you to increase your code documentation quality. There is certainty about how documentation increases the ...

19:07
Increase your code quality in Java exploring the power of JavaDoc

353 views

2 years ago

J David Eisenberg
Chapter 11: The ArrayList class

ArrayLists let you store an arbitrary number of items, unlike Arrays, which have a fixed length. Here are some of the most-used ...

8:00
Chapter 11: The ArrayList class

248 views

5 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

2 years ago

Wikipedia Fan
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

7 years ago

Wisc-Online
Strings in the .NET Framework

In this activity, we will explain the string datatype in the .net framework and cover the peculiarities of a reference type that appears ...

9:11
Strings in the .NET Framework

296 views

9 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,183 views

6 years ago

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

... method references 00:17:19 1.6 Lifted (nullable) types 00:19:53 1.7 Late-bound (dynamic) type 00:22:53 1.8 Pointers 00:25:17 ...

1:42:03
Comparison of C Sharp and Java | Wikipedia audio article

17 views

7 years ago

Jon Gjengset
Crust of Rust: Lifetime Annotations

In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video ...

1:33:23
Crust of Rust: Lifetime Annotations

267,562 views

5 years ago

J David Eisenberg
Chapter 4: Method Calls

What's going on behind the scenes when you call a method in Java? Note: in this video, the call stack grows upwards, like a stack ...

2:32
Chapter 4: Method Calls

623 views

4 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

662 views

6 years ago

J David Eisenberg
Chapter 9: Objects (part 1)

Quick overview of classes, objects, attributes, constructors, and methods.

6:53
Chapter 9: Objects (part 1)

433 views

6 years ago