Learn how to return another Optional instance if the first one is empty.
Baeldung Author
Fatos Morina
I'm an experienced and passionate Lead Software Engineer with a demonstrated history of working in the full life cycle of software development with enormous curiosity for algorithms, data structures, and solving challenging mathematical problems. I am an open source enthusiast and also a blogger. I am available and open for new opportunities.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (4)
- Testing (1)
Displaying Money Amounts in Words
Filed under Java
A simple Java solution to an interesting problem of printing a numerical amount of money with words.
The Trie Data Structure in Java
Filed under Java
An introduction to the Trie data structure in Java.
The Order of Tests in JUnit
Filed under Testing
Learn how to run JUnit tests in a custom order.
How to Iterate Over a Stream With Indices
Filed under Java
Learn several ways of iterating over Java 8 Streams using indices