ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68 results

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

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

Static Void Main
Nullability in C#: The Story Never Ends

Learn why nullability and nullable types are critical in C#, how to use them, and why modern C# focuses so much on avoiding ...

12:29
Nullability in C#: The Story Never Ends

1,215 views

3 months ago

Jakubication
String In Char Array vs. Pointer To String Literal In C

This video shows the difference between a string in a char array vs a pointer to a string literal in C. Basically, it will cover the ...

2:50
String In Char Array vs. Pointer To String Literal In C

977 views

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

TestArchive
Java Exception: Non-Static Variable This Cannot Be Referenced from a Static Context

In this video, we're tackling a common Java exception that confuses many developers — using the this keyword inside a static ...

2:56
Java Exception: Non-Static Variable This Cannot Be Referenced from a Static Context

69 views

7 months ago

Javalon Game On
Null Pointer King: Digital Reality Unwritten (Javalon)

Witness a legendary Paladin's magnificent runic existence unwritten into cosmic void by the Null-Pointer King in a breathtaking, ...

3:29
Null Pointer King: Digital Reality Unwritten (Javalon)

7 views

7 months ago

ProgrammerBasics
How to Handle Null Exceptions in Java 17 2025?

Tired of NullPointerException ruining your Java code? Learn how to handle null exceptions in Java 17 using smart techniques like ...

1:02
How to Handle Null Exceptions in Java 17 2025?

12 views

8 months ago

Dev Diva
JavaScript For Beginners #10 | Undefined vs Null

Watch the full JavaScript For Beginners course here: https://www.youtube.com/playlist?list=PLyvkqQwfEWi-JI1iNTMzkIsliIvEjFOxV ...

1:53
JavaScript For Beginners #10 | Undefined vs Null

23 views

3 months ago

Techie Dot Com
How to Create Custom Exception in Java 2025?

Want to know how to create custom exception in Java 2025? ⚠️ In this video, I'll show you how to define your own exceptions ...

1:11
How to Create Custom Exception in Java 2025?

7 views

5 months ago

Learn with Shikaar
Check If Null

Video Title: Check If a Value is Null in JavaScript In this video, you'll learn how to check if a value is null in JavaScript.

2:37
Check If Null

6 views

10 months ago

Neural Lantern
Why C Strings End with \0 - Null Terminated Strings Explained Simply

Ever wondered why C strings are just character arrays that magically know where they end? It's all because of the null terminator ...

18:32
Why C Strings End with \0 - Null Terminated Strings Explained Simply

62 views

3 months ago

Digital Dev Academy
C# 14 & .NET 10 - Null-Conditional Assignment Operator

Get FREE access to a modern C# coding bootcamp & more at https://DigitalDevAcademy.com Learn about the null-conditional ...

9:01
C# 14 & .NET 10 - Null-Conditional Assignment Operator

3,196 views

1 month ago

Learn with Shikaar
Get First Non Null/Undefined Argument

Video Title: Get the First Non-Null/Undefined Argument in JavaScript In this video, you'll learn how to find the first non-null and ...

2:42
Get First Non Null/Undefined Argument

5 views

11 months ago

AUTOMATION BRO
🎥 Workato Masterclass: How to Handle Null Values Like A Pro!

Welcome back to the Workato Masterclass series! In this session, we're diving into one of the most overlooked but critical aspects ...

12:40
🎥 Workato Masterclass: How to Handle Null Values Like A Pro!

88 views

9 months ago

Quantum Web
Fix "Cannot Read Property of Null" in JavaScript with This One Trick! 💡 #shorts #codingshorts

Getting the dreaded "Cannot read property of null" error in JavaScript? ‍ Learn how optional chaining (?.) can make your code ...

0:57
Fix "Cannot Read Property of Null" in JavaScript with This One Trick! 💡 #shorts #codingshorts

18 views

10 months ago

Neural Lantern
Implement strlen for Null-Terminated Strings in x86-64 Assembly (YASM)

Learn how to write your own strlen function in x86-64 assembly (YASM) that finds the length of a null-terminated string using a ...

40:18
Implement strlen for Null-Terminated Strings in x86-64 Assembly (YASM)

42 views

2 weeks ago

IntelliJ IDEA, a JetBrains IDE
Debugging Java code in IntelliJ IDEA

Let's see how the IntelliJ IDEA debugger can help us find and fix bugs… and learn some neat tricks about the debugger in the ...

7:26
Debugging Java code in IntelliJ IDEA

21,150 views

11 months ago

Soren I. Ngo
Strings: Strings in C as character arrays ending with the null character (\0) - L3 - S4

This lesson belongs to Section 04: Arrays and Strings --- Watch the full C Programming for Beginners Course here: ...

3:29
Strings: Strings in C as character arrays ending with the null character (\0) - L3 - S4

5 views

3 months ago

The Faizan Code
Null vs Undefined in JavaScript | JS Interview Question Explained for Beginners

Confused between null and undefined in JavaScript? You're not alone. These two values may look similar, but understanding the ...

3:51
Null vs Undefined in JavaScript | JS Interview Question Explained for Beginners

2 views

4 months ago