Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-8

What is the "default" implementation of method defined in an Interface?

java interface java-8

How should we manage jdk8 stream for null values

java null java-8 java-stream

Check instanceof in stream

forEach vs forEachOrdered in Java 8 Stream

Reverse a comparator in Java 8

In Java 8, why is the default capacity of ArrayList now zero?

java arraylist java-8

Registry key Error: Java version has value '1.8', but '1.7' is required

_ (underscore) is a reserved keyword

java lambda java-8

What is the difference between putIfAbsent and computeIfAbsent in Java 8 Map ?

java java-8

Java 8: preferred way to count iterations of a lambda?

java lambda java-8 java-stream

Multiple null checks in Java 8

Mocking time in Java 8's java.time API

Why does Collections.sort use Mergesort but Arrays.sort does not?

How to get default ZoneOffset in java8?

Default garbage collector for Java 8

Java 8, Streams to find the duplicate elements

java lambda java-8 java-stream

Why can't I map integers to strings when streaming from an array?

Using streams to collect into TreeSet with custom comparator

java collections java-8

Why does findFirst() throw a NullPointerException if the first element it finds is null?

Convert LocalDateTime to LocalDateTime in UTC

java java-8 utc java-time