ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

160 results

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

CppNow
C++Now 2018: Jonathan Müller “Rethinking Pointers”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:23:54
C++Now 2018: Jonathan Müller “Rethinking Pointers”

5,956 views

7 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,741 views

3 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

141 views

6 months ago

Engineering Community
Mastering Null Handling Techniques in C# by Valentyn Uglanov

Handling null values in C# is an important aspect of writing robust and reliable code. However, one of the frequently recurring ...

1:01:05
Mastering Null Handling Techniques in C# by Valentyn Uglanov

266 views

2 years ago

Video Archive of DataArt
«Exceptional Exception Handling», Peter Lawrey

When an Exception occurs, what are some of the common and uncommon patterns and how can they be handled differently to ...

36:39
«Exceptional Exception Handling», Peter Lawrey

468 views

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

5 years ago

CppNow
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

Shared pointers play a fundamental part of modern C++ programming. However, they come with a price. The price usually known ...

1:24:51
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful

3,257 views

9 years ago

Southern California Linux Expo
Everything you probably never wanted to know about NULLs

Talk by Christopher Travers ...

55:29
Everything you probably never wanted to know about NULLs

104 views

1 year ago

Microsoft Visual Studio
What's new in C# 8 - Part 1

Announcing .NET Core 3.0: https://aka.ms/dotnetcore3 #dotNETConf How do you know whether a parameter you're passing or a ...

23:48
What's new in C# 8 - Part 1

81,452 views

6 years ago

Mindfire Tech
New Null Support in C#

No more NullReferenceExceptions! Learn all about the new support for Nullable Reference Types introdued in C# 8. 00:00 Intro ...

23:11
New Null Support in C#

516 views

10 months ago

nipafx
Java, null, and JSpecify

Kevin Bourrillion gives an introductory presentation on JSpecify, a project spearheading a set of standard annotations for Java ...

23:53
Java, null, and JSpecify

3,830 views

2 years 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,406 views

1 year ago

The Linux Foundation
BPF Dynamic Pointers - Joanne Koong

BPF Dynamic Pointers - Joanne Koong.

21:21
BPF Dynamic Pointers - Joanne Koong

299 views

3 years ago

willnationsdev
GDScript to C++ Ep3: Primitives and Pointers

An introduction to C++ primitives beyond integers, including pointers and references. GDScript to C++ notes for this episode can ...

35:46
GDScript to C++ Ep3: Primitives and Pointers

851 views

5 years ago

CWCS Education
CS225 u4 l1

contains: - pointer overview - pointer variables - nullptr - pointer arithmetic - pointers vs. arrays - pointer operations - sizeof ...

41:29
CS225 u4 l1

1 view

5 years ago

CharlesGPT
Java Course 12 (2026): Exception Handling & Regex Made Easy ⚙️

javaprogramming #errorhandling #regex Welcome to Course 12 of our beginner-friendly Java tutorial series! In this video, we ...

36:01
Java Course 12 (2026): Exception Handling & Regex Made Easy ⚙️

9 views

6 months ago

Dario
Rust vs Java: A Staff Engineer's perspective

Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...

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

29,253 views

3 years ago

nipafx
How Project Valhalla And JSpecify Can Kill NPEs

Project Valhalla's value types need to be aware of which instance can be `null` and which can't, so the JVM can inline them.

21:54
How Project Valhalla And JSpecify Can Kill NPEs

4,631 views

2 years ago

LiveOverflow
How The RIDL CPU Vulnerability Was Found

In this video we explore the basic ideas behind CPU vulnerabilities and have a closer look at RIDL. This video is sponsored by ...

25:24
How The RIDL CPU Vulnerability Was Found

124,288 views

3 years ago

Lewis Baumstark
Lecture 03: Exception Handling

0:52 review of exceptions from CS1301 2:35 exception, defined 4:09 code demo: showing exceptions crashing the program ...

39:59
Lecture 03: Exception Handling

79 views

5 years ago

YourWalkOnTech
What "handle an exception" means

A comprehensive guide to handling exceptions in Java: we'll firstly understand how to decide how to handle an exception, and ...

24:32
What "handle an exception" means

33 views

1 year ago

Fardad Soleimanloo
13 - Mar13 - OOP345NBB - 2251 - Raw and Smart pointers
1:08:20
13 - Mar13 - OOP345NBB - 2251 - Raw and Smart pointers

48 views

11 months ago

UbiComp University of Siegen
i2p 12

Pointers and arrays, using our worm game example. From: Introduction to Programming -- C and C++ by Prof. Dr. Kristof Van ...

24:07
i2p 12

191 views

6 years ago

Learner's Academy
[EXCLUSIVE] Harvard CS50x Course 2018 – Pointers | Lecture 27.1

Exclusive Harvard 2018 CS50x Course Content – Available for a Limited Time Only! This is a rare opportunity to access ...

29:13
[EXCLUSIVE] Harvard CS50x Course 2018 – Pointers | Lecture 27.1

0 views

1 month ago