/java-handling-nulls-example

Java repository to show how to handle nulls

Primary LanguageJavaMIT LicenseMIT

Handling Nulls in Java

This repository shows how to handle nulls in Java In following Scenarios

  • Strings
  • Function Calls
  • Lists
  • Maps

Pre-requisites

  1. Java 8 and Above
  2. Maven

Running the Code

Every Class in this repository has a main function and can be run directly from an IDE like Eclipse or Intellij