Checked exceptions: Java’s biggest mistake
Checked exceptions have always been a controversial feature of the Java language. (more…)
Read more »
Get a detailed guide on the new Stream functionality in Java 8. See how various operations are supported and how lambdas and pipelines can be used to write concise code. Understand some characteristics of streams like lazy evaluation, parallel and infinit… Read more