aditya-sridhar / java-handling-nulls-example

Java repository to show how to handle nulls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Java repository to show how to handle nulls

License:MIT License


Languages

Language:Java 100.0%