x Java Java 8 JUnit JSON
  • XML
  • JDBC Spring Boot Microservices React Contact Us

    A Lambda expression (introduced in Java 8) is a concise way of writing an instance ...

    Uses Java 1.8

    continue inside loop is not supported by forEach. As a workaround ...

    Uses Java 1.8

    Predicate in Java is a functional interface whose functional method ...

    Uses Java 1.8

    StringJoiner is used to create a sequence of characters that are separated by a ...

    Uses Java 1.8

    If the heap is too small, the application will spend too much ...

    Uses Java 1.8

    Java provides Garbage Collection feature to remove the objects ...

    Uses Java 1.8

    CompletableFuture example showing how to use complete ...

    Uses Java 1.8

    A Spliterator object is used to traverse a collection or stream and it can split ...

    Uses Java 1.8

    Java 8 Stream search examples using Stream findAny() ...

    Uses Java 1.8

    Java Stream allMatch, anymatch, noneMatch examples ...

    Uses Java 1.8

    Java 8 Stream flatmap example to convert two dimensional array of String ...

    Uses Java 1.8

    Below example shows how to convert a List to Map in Java 8 using ...

    Uses Java 1.8

    Example that shows how to group the objects by any attribute using ...

    Uses Java 1.8

    Below example shows Java 8 Collectors examples ...

    Uses Java 1.8

    Below examples show Java 8 Stream reduce examples ...

    Uses Java 1.8

    The Stream interface includes sorted() method that can be used to sort a stream ...

    Uses Java 1.8

    Below examples show how to sort HashMap by key or value Java 8 ...

    Uses Java 1.8

    An Optional is used to represent a object which may or may not contain ...

    Uses Java 1.8