| 
									
										
										
										
											2017-08-31 09:43:28 +02:00
										 |  |  |  | ========= | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | ## Core Java 8 Cookbooks and Examples
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | ### Relevant Articles: 
 | 
					
						
							|  |  |  |  | - [Java 8 Collectors](http://www.baeldung.com/java-8-collectors) | 
					
						
							|  |  |  |  | - [Guide to Java 8’s Functional Interfaces](http://www.baeldung.com/java-8-functional-interfaces) | 
					
						
							|  |  |  |  | - [Java 8 – Powerful Comparison with Lambdas](http://www.baeldung.com/java-8-sort-lambda) | 
					
						
							|  |  |  |  | - [Java 8 New Features](http://www.baeldung.com/java-8-new-features) | 
					
						
							|  |  |  |  | - [Lambda Expressions and Functional Interfaces: Tips and Best Practices](http://www.baeldung.com/java-8-lambda-expressions-tips) | 
					
						
							|  |  |  |  | - [The Double Colon Operator in Java 8](http://www.baeldung.com/java-8-double-colon-operator) | 
					
						
							|  |  |  |  | - [Java 8 Streams Advanced](http://www.baeldung.com/java-8-streams) | 
					
						
							|  |  |  |  | - [Introduction to Java 8 Streams](http://www.baeldung.com/java-8-streams-introduction) | 
					
						
							|  |  |  |  | - [Guide to Java 8 groupingBy Collector](http://www.baeldung.com/java-groupingby-collector) | 
					
						
							|  |  |  |  | - [Strategy Design Pattern in Java 8](http://www.baeldung.com/java-strategy-pattern) | 
					
						
							|  |  |  |  | - [Java 8 and Infinite Streams](http://www.baeldung.com/java-inifinite-streams) | 
					
						
							|  |  |  |  | - [String Operations with Java Streams](http://www.baeldung.com/java-stream-operations-on-strings) | 
					
						
							|  |  |  |  | - [Exceptions in Java 8 Lambda Expressions](http://www.baeldung.com/java-lambda-exceptions) | 
					
						
							|  |  |  |  | - [Java 8 Stream findFirst() vs. findAny()](http://www.baeldung.com/java-stream-findfirst-vs-findany) | 
					
						
							|  |  |  |  | - [Guide to Java 8 Comparator.comparing()](http://www.baeldung.com/java-8-comparator-comparing) | 
					
						
							|  |  |  |  | - [How to Get the Last Element of a Stream in Java?](http://www.baeldung.com/java-stream-last-element) | 
					
						
							|  |  |  |  | - [Introduction to the Java 8 Date/Time API](http://www.baeldung.com/java-8-date-time-intro) | 
					
						
							|  |  |  |  | - [Migrating to the New Java 8 Date Time API](http://www.baeldung.com/migrating-to-java-8-date-time-api) | 
					
						
							|  |  |  |  | - [Guide To Java 8 Optional](http://www.baeldung.com/java-optional) | 
					
						
							|  |  |  |  | - [Guide to the Java 8 forEach](http://www.baeldung.com/foreach-java) | 
					
						
							|  |  |  |  | - [Get the Current Date, Time and Timestamp in Java 8](http://www.baeldung.com/current-date-time-and-timestamp-in-java-8) | 
					
						
							|  |  |  |  | - [TemporalAdjuster in Java](http://www.baeldung.com/java-temporal-adjuster) | 
					
						
							|  |  |  |  | - [Finding Max/Min of a List or Collection](http://www.baeldung.com/java-collection-min-max) | 
					
						
							|  |  |  |  | - [Java Base64 Encoding and Decoding](http://www.baeldung.com/java-base64-encode-and-decode) | 
					
						
							|  |  |  |  | - [The Difference Between map() and flatMap()](http://www.baeldung.com/java-difference-map-and-flatmap) | 
					
						
							| 
									
										
										
										
											2017-10-15 13:55:42 +02:00
										 |  |  |  | - [Merging Streams in Java](http://www.baeldung.com/java-merge-streams) | 
					
						
							|  |  |  |  | - [“Stream has already been operated upon or closed” Exception in Java](http://www.baeldung.com/java-stream-operated-upon-or-closed-exception) | 
					
						
							| 
									
										
										
										
											2017-11-23 18:57:18 +02:00
										 |  |  |  | - [Display All Time Zones With GMT And UTC in Java](http://www.baeldung.com/java-time-zones) | 
					
						
							| 
									
										
										
										
											2017-11-23 19:42:57 +02:00
										 |  |  |  | - [Copy a File with Java](http://www.baeldung.com/java-copy-file) | 
					
						
							| 
									
										
										
										
											2017-12-27 20:58:28 -06:00
										 |  |  |  | - [Static and Default Methods in Interfaces in Java](http://www.baeldung.com/java-static-default-methods) | 
					
						
							| 
									
										
										
										
											2018-01-13 15:58:51 +02:00
										 |  |  |  | - [Iterable to Stream in Java](http://www.baeldung.com/java-iterable-to-stream) | 
					
						
							|  |  |  |  | - [Converting String to Stream of chars](http://www.baeldung.com/java-string-to-stream) | 
					
						
							|  |  |  |  | - [How to Iterate Over a Stream With Indices](http://www.baeldung.com/java-stream-indices) | 
					
						
							| 
									
										
										
										
											2018-01-18 02:53:17 +06:00
										 |  |  |  | - [Efficient Word Frequency Calculator in Java](http://www.baeldung.com/java-word-frequency) | 
					
						
							|  |  |  |  | - [Primitive Type Streams in Java 8](http://www.baeldung.com/java-8-primitive-streams) | 
					
						
							|  |  |  |  | - [Fail-Safe Iterator vs Fail-Fast Iterator](http://www.baeldung.com/java-fail-safe-vs-fail-fast-iterator) | 
					
						
							| 
									
										
										
										
											2018-02-21 22:28:29 -06:00
										 |  |  |  | - [Shuffling Collections In Java](http://www.baeldung.com/java-shuffle-collection) | 
					
						
							| 
									
										
										
										
											2018-03-02 22:40:04 +06:00
										 |  |  |  | - [Java 8 StringJoiner](http://www.baeldung.com/java-string-joiner) | 
					
						
							|  |  |  |  | - [Introduction to Spliterator in Java](http://www.baeldung.com/java-spliterator) | 
					
						
							| 
									
										
										
										
											2018-04-11 11:33:18 +06:00
										 |  |  |  | - [Java 8 Math New Methods](http://www.baeldung.com/java-8-math) | 
					
						
							| 
									
										
										
										
											2018-05-02 13:11:09 +05:30
										 |  |  |  | - [Overview of Java Built-in Annotations](http://www.baeldung.com/java-default-annotations) | 
					
						
							|  |  |  |  | - [Finding Min/Max in an Array with Java](http://www.baeldung.com/java-array-min-max) | 
					
						
							|  |  |  |  | - [Internationalization and Localization in Java 8](http://www.baeldung.com/java-8-localization) | 
					
						
							| 
									
										
										
										
											2018-05-03 19:44:44 +06:00
										 |  |  |  | - [Filtering Kotlin Collections](http://www.baeldung.com/kotlin-filter-collection) | 
					
						
							|  |  |  |  | - [How to Find an Element in a List with Java](http://www.baeldung.com/find-list-element-java) | 
					
						
							|  |  |  |  | - [Measure Elapsed Time in Java](http://www.baeldung.com/java-measure-elapsed-time) | 
					
						
							| 
									
										
										
										
											2018-06-01 18:04:12 +06:00
										 |  |  |  | - [Java Optional – orElse() vs orElseGet()](http://www.baeldung.com/java-optional-or-else-vs-or-else-get) | 
					
						
							|  |  |  |  | - [An Introduction to Java.util.Hashtable Class](http://www.baeldung.com/java-hash-table) | 
					
						
							| 
									
										
										
										
											2018-06-14 01:50:33 +08:00
										 |  |  |  | - [Method Parameter Reflection in Java](http://www.baeldung.com/java-parameter-reflection) | 
					
						
							| 
									
										
										
										
											2018-06-24 21:13:54 -05:00
										 |  |  |  | - [Java 8 Unsigned Arithmetic Support](http://www.baeldung.com/java-unsigned-arithmetic) | 
					
						
							| 
									
										
										
										
											2018-07-06 13:25:49 +06:00
										 |  |  |  | - [How to Get the Start and the End of a Day using Java](http://www.baeldung.com/java-day-start-end) | 
					
						
							|  |  |  |  | - [Generalized Target-Type Inference in Java](http://www.baeldung.com/java-generalized-target-type-inference) |