Developersummit
  • HOME
  • SPEAKERS
  • SESSIONS
  • SCHEDULE
  • FAQ
  • BUY TICKETS
  • ONDEMAND
  • CONTACT
saltmarch

GIDS news media, articles, insights and virtual events educate and illuminate its audiences so they can be fully prepared to deal with the new realities at work and in their professions.

Saltmarch On-Demand
Media

Our Experts

Videos On Demand

Insights

Call for Papers

Connect

About Us

Privacy Policy

Terms & Conditions

Contact Us

Subscribe to Developersummit

Get the latest event updates, and insights from today's leading voices.

© 2026-2027 Saltmarch. All rights reserved.

The Past, Present, and Future of Null-Safety in Java
RegisterTwitterLinkedInFacebook

< session />

The Past, Present, and Future of Null-Safety in Java

Wed, April 22BackEndArchitecture

NullPointerExceptions have long been a source of frustration for Java developers, turning minor oversights into production issues. Null-safety in Java, however, is more than defensive coding—it reflects the language’s evolution toward expressing the absence of a reference more clearly. This session traces that journey from early practices like if (x != null) checks and the Null Object pattern, through annotations, Objects.requireNonNull, and design approaches such as using empty collections instead of null. It also explores how null-safety influenced API design, including the introduction of Optional and its role in making the Stream API more expressive.

Attendees will also learn how static analyzers, linters, and standards like JVerify help prevent unsafe code, and how upcoming JVM-level features in Project Valhalla aim to strengthen nullability guarantees. You will leave with a clear roadmap of how Java’s approach to null-safety has evolved, what tools and techniques are effective today, and what lies ahead for safer, more robust code.

What You Will Learn

  • The historical evolution of null-safety in Java and its impact on language design

  • Modern best practices for handling nulls using Optional, annotations, and static analysis

  • What upcoming JVM-level changes such as Project Valhalla mean for the future of null-safety

Who Should Attend

Java developers, software engineers, and architects interested in writing safer, more maintainable Java code and understanding how null-safety continues to evolve in the platform.

< speaker_info />

About the speaker

Mala Gupta

Mala Gupta

Java Champion, Author, Speaker

Mala has authored multiple books with Manning, Packt, and O’Reilly Publications. She has over 20 years of experience in the software industry and is a frequent speaker at international conferences. Nominated a Java Champion in 2018, she is passionate about helping developers understand the semantics of Java features, not just their syntax. She actively supports Java certification as a path to career advancement and co-leads Delhi's Java User Group.

Related Talks

Asynchronous Programming in Spring: Past to Present

Wed, April 22

Asynchronous Programming in Spring: Past to Present

Venkat Subramaniam
Hands-on Unit Testing with JUnit 5/6

Wed, April 22

Hands-on Unit Testing with JUnit 5/6

Chandra Guntur
Responsible GenAI for Java Developers: Fast Doesn’t Mean Reckless

Wed, April 22

Responsible GenAI for Java Developers: Fast Doesn’t Mean Reckless

Brian Benz

On-Demand Talks

An Introduction to Property-based Testing

An Introduction to Property-based Testing

Paul King
Introduction to Zero Trust Security

Introduction to Zero Trust Security

Rosemary Wang
Pkl: Safe and Maintainable Config for Java Apps and Infrastructure

Pkl: Safe and Maintainable Config for Java Apps and Infrastructure

James Ward
Kotlin: Coroutines And More

Kotlin: Coroutines And More

Kenneth Kousen
Under the Hood of Java Synchronization

Under the Hood of Java Synchronization

Babneet Singh , Jack Lu
Extended Machine Learning with XR

Extended Machine Learning with XR

Kuldeep Singh, Raju Kandasamy
All On-Demand »