A detailed guide with examples to null values and NullPointerExceptions, and using Java Optional to avoid NullPointerException and null checks
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
Java Method Reference and Constructor Reference
Learn with Examples to use Java Method Reference and Constructor Reference for passing or expression assignment
Java Functional Interfaces Tutorial
A tutorial on Java Functional Interfaces – Learn with code examples the concept of Functional Interfaces and why were they added in Java 8.
Default Methods in Java Interfaces
Guide to the Default Methods in Java interfaces, their features, rules, and understand method ambiguity issues with the help of examples
Introduction to Spring Boot Admin Server with Example
A guide to Spring Boot Admin Server. Learn to create a centralised Admin Server to monitor and manage your other Spring Boot Services.
How to Secure Spring Boot Actuator Endpoints
Quick and Short Guide to Actuator endpoint Security in Spring Boot. Learn how to secure actuator endpoints with the help of example.