Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
391 results
Data Structures: Understanding the Null Pointers Topics discussed: 1) What is a Null pointer? 2) The use of Null pointers. 3) Facts ...
201,637 views
5 years ago
Some people hate NullPointerException or the very idea of null. Others hate the checked exceptions, the verbosity or the slow rate ...
1,120 views
2 years ago
Java #OpenJDK #JDK Dealing with `null` is never fun, so in this newscast, I explain how to best handle it, what tools can do, and ...
5,691 views
4 years ago
Kotlin was designed with NULL SAFETY in mind, which largely allows it to avoid the major issue of unexpected null pointer ...
861 views
Dart is becoming null safe. In this video, we're going to introduce the concept and why it's valuable. You'll learn about the basics, ...
172,777 views
To check if something is null, variables, payload, attributes, whatever you're checking for, might not be a straightforward path in ...
550 views
This walkthrough by TechTarget TheServerSide's Cameron Makenzie shows you how to fix some of the most common ...
5,618 views
3 years ago
In this video I will show what is the Null value of Java and how to use the Null reference of Java. I will also show the problems of its ...
242 views
In this video we will look at "Option" type constructor which sometimes it is called "Maybe". We will look into why using Null values ...
8,554 views
So I should get a null pointer exception. What I want is a null pointer exception here. And the way I'm going to do that is, right next ...
1,669 views
10 years ago
Download the source code: https://www.patreon.com/posts/source-code-for-88052099 We've all been there: You design a slick ...
35,219 views
You declared your variables, you allocated your array with new, you called a method that returned an object -- why are you getting ...
61 views
1 month ago
Our code is available for download from our GitHub repository: github.com/guentheraidan/xv6-Mini-Project-3 Instructor: Associate ...
11 views
2 months ago
382 views
This video explains the key differences between null and undefined in JavaScript, two concepts that often confuse beginners ...
5,033 views
9 months ago
Stop writing complex logic to validate your method arguments and use Guard, part of the .NET Community Toolkit. Guard is faster ...
9,897 views
How to resolve null pointer exceptions in Java? |RuntimeException | Exception Handling Null pointer exception root causeways to ...
1,462 views
Data Structures: Understanding the Void Pointers Topics discussed: 1) What is a void pointer? 2) The use of void pointers. 3) Use ...
286,568 views
Dealing with null values in C# has never been easier with null condition operators, null coalescing, and null coalescing ...
9,439 views
Coding Tutorial: The biggest new feature in C#8 is nullable references. Here's a quick look at how they work and why you should ...
1,666 views