|
3 | 3 | ## Core Java 8 Cookbooks and Examples |
4 | 4 |
|
5 | 5 | ### Relevant Articles: |
6 | | -- [Guide to Java 8’s Collectors](http://www.baeldung.com/java-8-collectors) |
7 | | -- [New Features in Java 8](http://www.baeldung.com/java-8-new-features) |
8 | | -- [The Double Colon Operator in Java 8](http://www.baeldung.com/java-8-double-colon-operator) |
9 | | -- [Guide to Java 8 groupingBy Collector](http://www.baeldung.com/java-groupingby-collector) |
10 | | -- [Strategy Design Pattern in Java 8](http://www.baeldung.com/java-strategy-pattern) |
11 | | -- [Guide to Java 8 Comparator.comparing()](http://www.baeldung.com/java-8-comparator-comparing) |
12 | | -- [Guide To Java 8 Optional](http://www.baeldung.com/java-optional) |
13 | | -- [Guide to the Java 8 forEach](http://www.baeldung.com/foreach-java) |
14 | | -- [The Difference Between map() and flatMap()](http://www.baeldung.com/java-difference-map-and-flatmap) |
15 | | -- [Static and Default Methods in Interfaces in Java](http://www.baeldung.com/java-static-default-methods) |
16 | | -- [Efficient Word Frequency Calculator in Java](http://www.baeldung.com/java-word-frequency) |
17 | | -- [Introduction to Spliterator in Java](http://www.baeldung.com/java-spliterator) |
18 | | -- [Java 8 Math New Methods](http://www.baeldung.com/java-8-math) |
19 | | -- [Overview of Java Built-in Annotations](http://www.baeldung.com/java-default-annotations) |
20 | | -- [Finding Min/Max in an Array with Java](http://www.baeldung.com/java-array-min-max) |
21 | | -- [Internationalization and Localization in Java 8](http://www.baeldung.com/java-8-localization) |
22 | | -- [Java Optional – orElse() vs orElseGet()](http://www.baeldung.com/java-optional-or-else-vs-or-else-get) |
23 | | -- [Java 8 Unsigned Arithmetic Support](http://www.baeldung.com/java-unsigned-arithmetic) |
24 | | -- [Generalized Target-Type Inference in Java](http://www.baeldung.com/java-generalized-target-type-inference) |
25 | | -- [Overriding System Time for Testing in Java](http://www.baeldung.com/java-override-system-time) |
26 | | -- [Set the Time Zone of a Date in Java](https://www.baeldung.com/java-set-date-time-zone) |
27 | | -- [An Overview of Regular Expressions Performance in Java](https://www.baeldung.com/java-regex-performance) |
28 | | -- [Java Primitives versus Objects](https://www.baeldung.com/java-primitives-vs-objects) |
29 | | -- [How to Use if/else Logic in Java 8 Streams](https://www.baeldung.com/java-8-streams-if-else-logic) |
30 | | -- [How to Replace Many if Statements in Java](https://www.baeldung.com/java-replace-if-statements) |
31 | | -- [Java @Override Annotation](https://www.baeldung.com/java-override) |
32 | | -- [Java @SuppressWarnings Annotation](https://www.baeldung.com/java-suppresswarnings) |
33 | | -- [Java @SafeVarargs Annotation](https://www.baeldung.com/java-safevarargs) |
34 | | -- [Java @Deprecated Annotation](https://www.baeldung.com/java-deprecated) |
35 | | -- [Java 8 Predicate Chain](https://www.baeldung.com/java-predicate-chain) |
36 | | -- [Creating a Custom Annotation in Java](https://www.baeldung.com/java-custom-annotation) |
37 | | -- [The Difference Between Collection.stream().forEach() and Collection.forEach()](https://www.baeldung.com/java-collection-stream-foreach) |
| 6 | +- [New Features in Java 8](https://www.baeldung.com/java-8-new-features) |
| 7 | +- [Guide to Java 8 groupingBy Collector](https://www.baeldung.com/java-groupingby-collector) |
| 8 | +- [Strategy Design Pattern in Java 8](https://www.baeldung.com/java-strategy-pattern) |
| 9 | +- [Guide to Java 8 Comparator.comparing()](https://www.baeldung.com/java-8-comparator-comparing) |
| 10 | +- [Guide to the Java 8 forEach](https://www.baeldung.com/foreach-java) |
| 11 | +- [Introduction to Spliterator in Java](https://www.baeldung.com/java-spliterator) |
| 12 | +- [Finding Min/Max in an Array with Java](https://www.baeldung.com/java-array-min-max) |
| 13 | +- [Internationalization and Localization in Java 8](https://www.baeldung.com/java-8-localization) |
| 14 | +- [Generalized Target-Type Inference in Java](https://www.baeldung.com/java-generalized-target-type-inference) |
0 commit comments