ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

391 results

Neso Academy
Understanding the Null Pointers

Data Structures: Understanding the Null Pointers Topics discussed: 1) What is a Null pointer? 2) The use of Null pointers. 3) Facts ...

4:23
Understanding the Null Pointers

201,637 views

5 years ago

Debug Agent
Everything Bad in Java is Good for You| NullPointerException is good

Some people hate NullPointerException or the very idea of null. Others hate the checked exceptions, the verbosity or the slow rate ...

13:43
Everything Bad in Java is Good for You| NullPointerException is good

1,120 views

2 years ago

Java
Handling null and upgrading past Java 8 - Inside Java Newscast #7

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

9:37
Handling null and upgrading past Java 8 - Inside Java Newscast #7

5,691 views

4 years ago

Will Tollefson
Kotlin Avoided a $1,000,000,000 Mistake

Kotlin was designed with NULL SAFETY in mind, which largely allows it to avoid the major issue of unexpected null pointer ...

13:30
Kotlin Avoided a $1,000,000,000 Mistake

861 views

2 years ago

Flutter
Null safety in Dart - Introduction

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

5:27
Null safety in Dart - Introduction

172,777 views

5 years ago

Cap4 Academy
DataWeave : Check if something is null

To check if something is null, variables, payload, attributes, whatever you're checking for, might not be a straightforward path in ...

6:27
DataWeave : Check if something is null

550 views

2 years ago

Eye on Tech
RuntimeExceptions in Java: What Are They and How Do You Fix Them?

This walkthrough by TechTarget TheServerSide's Cameron Makenzie shows you how to fix some of the most common ...

13:15
RuntimeExceptions in Java: What Are They and How Do You Fix Them?

5,618 views

3 years ago

The Dev World - by Sergio Lema
The Null Value of Java | Complete Java Course for Beginners #5.1

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

5:38
The Null Value of Java | Complete Java Course for Beginners #5.1

242 views

5 years ago

Web Village Voyage
Functional Programming - 09: Option, Maybe and null value

In this video we will look at "Option" type constructor which sometimes it is called "Maybe". We will look into why using Null values ...

10:00
Functional Programming - 09: Option, Maybe and null value

8,554 views

3 years ago

Dr_K
ImmPerson-UnitTests-2of5-Exceptions

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

19:24
ImmPerson-UnitTests-2of5-Exceptions

1,669 views

10 years ago

Zoran on C#
Avoid Returning Null From Methods – There Is a Better Way To Write Them!

Download the source code: https://www.patreon.com/posts/source-code-for-88052099 We've all been there: You design a slick ...

9:04
Avoid Returning Null From Methods – There Is a Better Way To Write Them!

35,219 views

2 years ago

DesignCodeDebugRepeat
Java NullPointerException three common causes (and solutions!) -- Fix it fast!

You declared your variables, you allocated your array with new, you called a method that returned an object -- why are you getting ...

10:53
Java NullPointerException three common causes (and solutions!) -- Fix it fast!

61 views

1 month ago

Benjamin Voor
Upgrading Xv6 OS to throw an exception when a null pointer is dereferenced.

Our code is available for download from our GitHub repository: github.com/guentheraidan/xv6-Mini-Project-3 Instructor: Associate ...

11:23
Upgrading Xv6 OS to throw an exception when a null pointer is dereferenced.

11 views

2 months ago

Dandalf
Working with Strings and Pointers
19:00
Working with Strings and Pointers

382 views

5 years ago

Future Fullstack
JavaScript Null & Undefined – Explained Like Never Before

This video explains the key differences between null and undefined in JavaScript, two concepts that often confuse beginners ...

9:39
JavaScript Null & Undefined – Explained Like Never Before

5,033 views

9 months ago

James Montemagno
C# Null Checks and Argument Validation - The Wise Approach

Stop writing complex logic to validate your method arguments and use Guard, part of the .NET Community Toolkit. Guard is faster ...

14:00
C# Null Checks and Argument Validation - The Wise Approach

9,897 views

3 years ago

#TechieMit
How to  resolve null pointer exceptions in Java?  |RuntimeException | Exception Handling

How to resolve null pointer exceptions in Java? |RuntimeException | Exception Handling Null pointer exception root causeways to ...

4:56
How to resolve null pointer exceptions in Java? |RuntimeException | Exception Handling

1,462 views

5 years ago

Neso Academy
Understanding the Void Pointers

Data Structures: Understanding the Void Pointers Topics discussed: 1) What is a void pointer? 2) The use of void pointers. 3) Use ...

4:19
Understanding the Void Pointers

286,568 views

5 years ago

James Montemagno
No more null exceptions in C# with null-coalescing, ?? and ??= operators

Dealing with null values in C# has never been easier with null condition operators, null coalescing, and null coalescing ...

15:47
No more null exceptions in C# with null-coalescing, ?? and ??= operators

9,439 views

4 years ago

Coding Tutorials
C# Nullable References

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

16:52
C# Nullable References

1,666 views

5 years ago