ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

316 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

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

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

Jeffery Loo
Forward Reference Search

How to find more recent publications that cite an older article.

1:34
Forward Reference Search

60 views

6 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

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

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

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

Drunken Engineer
Java Developer Interview Questions

This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...

15:06
Java Developer Interview Questions

5,928 views

4 years ago

Drunken Engineer
java 8 Interview Questions | Theoretical

This video contains java 8 interview questions and answers. One of the best book for Interview Questions Top 1000 Java Interview ...

10:38
java 8 Interview Questions | Theoretical

29,800 views

4 years ago

Otavio Santana
Simplify Your Code with Java Predicate: A Comprehensive Guide

In this video tutorial, we'll explore the powerful Java Predicate interface and learn how it can simplify your code and improve its ...

6:12
Simplify Your Code with Java Predicate: A Comprehensive Guide

715 views

2 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

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

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Comparison_of_C_Sharp_and_Java 00:00:52 1 ...

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

17 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

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

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

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

166 views

4 years ago