JavaChallenges
This repository contains my Java responses for some Java questions.
Install / Use
/learn @JavaZakariae/JavaChallengesREADME
JavaChallenges
This repository contains my Java notes about the new features of the Java Language. The src folder contains the java challenges found on the following youtube channel.
Stackoverfow questions:
- What's the difference between map() and flatMap() methods in Java 8?
- Stream and the distinct operation
- Is flatMap guaranteed to be lazy?
