Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 196 Bytes

File metadata and controls

2 lines (2 loc) · 196 Bytes

Checking null references and throw customized NullPointerException

Write a program that performs null checks on the given references and throw NullPointerException with custom messages.