ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

559 results

Dario
Rust vs Java: A Staff Engineer's perspective

... in java 06:15 How Memory Management works in rust 07:07 Dangling pointer in Java 08:23 Dangling pointer in Rust 09:10 Null ...

25:04
Rust vs Java: A Staff Engineer's perspective

28,801 views

2 years ago

FOSDEM
Helpful NullPointerExceptions - The little thing that became a JEP

by Christoph Langer At: FOSDEM 2020 https://video.fosdem.org/2020/H.1302/npes.webm One of the most prevalent - if not the ...

28:27
Helpful NullPointerExceptions - The little thing that became a JEP

91 views

5 years ago

Andrew Smith
C for Java Programmers: Pointer Arithmetic, Arrays, and Strings

In today's lesson, we discuss some further applications of pointers: pointer arithmetic, arrays, and C-style (null-terminated) strings.

2:35:28
C for Java Programmers: Pointer Arithmetic, Arrays, and Strings

2,533 views

4 years ago

Tyler Allen
Pointers and Memory
28:14
Pointers and Memory

241 views

2 years ago

Bulgarian Java User Group
The Java memory model explained, Rafael Winterhalter
48:01
The Java memory model explained, Rafael Winterhalter

28,275 views

3 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,625 views

5 years ago

westhillcs
CSA 047: Java this Pointer

Computer Science Video for Westhill High School.

20:04
CSA 047: Java this Pointer

77 views

3 years ago

Sheikh Abdur Raheem Ali
Pointers (2 of 3)

All rights belong to Tamer Shanableh.

30:13
Pointers (2 of 3)

59 views

7 years ago

Toronto Java Users Group
2025-07 JSpecify and the Nullness Checker: Avoiding Null Pointer Exceptions

Presented by: Werner Dietl Null pointer exceptions are the bane of programmers and have been called the "billion dollar mistake".

1:26:39
2025-07 JSpecify and the Nullness Checker: Avoiding Null Pointer Exceptions

124 views

4 months ago

Ian Finlayson
Understanding Memory

Covers references and memory, as well as common misunderstandings about their use in Java.

29:40
Understanding Memory

207 views

5 years ago

King Kodes
Analyzing Financial Growth Trends with JAVA

A simple Java utility to square and sort growth percentage data in O(n) time using a two-pointer approach. #applicationdeveloper ...

55:42
Analyzing Financial Growth Trends with JAVA

1 view

6 months ago

Coding wala Shree
🚀 Java 8 Optional Class | Say Goodbye to NullPointerExceptions | Best Practices & Key Methods

"Are null values causing headaches in your Java projects?" Learn how to eliminate NullPointerExceptions using the powerful ...

41:45
🚀 Java 8 Optional Class | Say Goodbye to NullPointerExceptions | Best Practices & Key Methods

1,399 views

11 months ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,416 views

6 years ago

Andrew Smith
C for Java Programmers: Unions, IEEE 754 Floating-Point

In today's lesson, we dove into the weeds of implementation details by discussing how we can overlap data in C using unions, ...

2:13:57
C for Java Programmers: Unions, IEEE 754 Floating-Point

1,833 views

4 years ago

Andrew Smith
C for Java Programmers: Intro and Integer Types

The first episode in an in-depth tutorial series on the C programming language, in which I ramble about computing history for a bit ...

2:15:36
C for Java Programmers: Intro and Integer Types

8,645 views

4 years ago

Md. Alim Ul Karim
C Programming : Pointers Basics for Beginners

C Programming : Pointers Basics for Beginners I have learned pointers from Mr. Mirza Mohammad Lutfe ...

21:22
C Programming : Pointers Basics for Beginners

862 views

11 years ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

90,763 views

6 months ago

wikipedia tts
Pointer (computer programming) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Pointer_(computer_programming) 00:03:37 1 History ...

1:14:39
Pointer (computer programming) | Wikipedia audio article

45 views

6 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,851 views

5 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust (part 3)

We continue our journey implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow along ...

6:48:30
Implementing Hazard Pointers in Rust (part 3)

12,137 views

4 years ago