Why should Java 8’s Optional not be used in arguments I’ve read on many Web sites Optional should be used as a return type only, and not used in method arguments. I’m struggling to find a logical reason why.... May 1, 2022 0 Comments