0 votes
in JAVA by
What are the Advantages of Java 8 Optional?

1 Answer

0 votes
by

Null checks are not required.

No more NullPointerException at run-time.

We can develop clean and neat APIs.

No more Boilerplate code

...