DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

The Concept Of Null In Java

3 years ago logit.io

Summary: This is a summary of an article originally published by the source. Read the full original article here →

null is a reserved word (keyword) in Java for literal values. It is a literal similar to the true and false. In Java, null is a keyword much like the other keywords public, static or final. It is just a value that shows that the object is referring to nothing.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com