Feb
06
Optional class in Java 8
Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at the demonstration of Optional<T> class in Java 8. Optional is introduced in Java 8 mainly to provide a way to avoid Null Pointer Exceptions in the code. Instead of directly Read more