ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

106 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,742 views

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

219 views

3y 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,021 views

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

230 views

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

25 views

2y ago

PurdueX CS180.1x
Reference Types

Purdue AP Computer Science A.

4:17
Reference Types

71 views

10y ago

J David Eisenberg
Chapter 13: 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 13: The ArrayList class

178 views

4y ago

Samir Paul
Reference Types, Equality, and Object Identity

ADSB 05_11.

9:44
Reference Types, Equality, and Object Identity

1,248 views

11y ago

Thytos
Was heißt primitive und reference type? | Programmieren lernen mit JavaScript #23

In diesem Video zeige ich euch einen weiteren Aspekt der Objektorientierung in JavaScript und stelle euch die Methoden vor, mit ...

10:16
Was heißt primitive und reference type? | Programmieren lernen mit JavaScript #23

8,922 views

12y ago

Dandalf
C / C++ Functions

The video discusses library functions and user defined functions, calling a function - arguments and parameters, function ...

33:22
C / C++ Functions

191 views

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

111 views

3y ago

Drew Clinkenbeard
2013_comp_101_week_10_programming_part_01

Week 10 Programming slides!

14:51
2013_comp_101_week_10_programming_part_01

39 views

12y 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

3y 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

253 views

6y 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)

444 views

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

541 views

6y 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,260 views

6y ago

PurdueX CS180.1x
Casting with Arithmetic

Purdue's AP Computer Science A on edX.

1:54
Casting with Arithmetic

74 views

10y ago

J David Eisenberg
Chapter 11: Subclasses

Learn how to use the "extends" and "super" keywords to allow one class to inherit all of another class's methods and fields.

7:37
Chapter 11: Subclasses

377 views

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

643 views

4y ago