VOOZH about

URL: https://www.javacodegeeks.com/tag/java-8/page/6

⇱ Java 8 Archives - Page 6 of 28 - Java Code Geeks


  • Core Java👁 Image
    Lukas EderSeptember 18th, 2015
    2 87

    Comparing Imperative and Functional Algorithms in Java 8

    Mario Fusco’s popular tweet impressively shows what the main difference between imperative and functional approaches to similar algorithms really is:…

    Read More »
  • Core Java👁 Image
    Lukas EderSeptember 10th, 2015
    2 159

    How to use Java 8 Functional Programming to Generate an Alphabetic Sequence

    I’ve stumbled upon an interesting Stack Overflow question by user “mip”. The question was: I’m looking for a way of…

    Read More »
  • Core Java👁 Image
    Nicolai ParlogSeptember 8th, 2015
    0 179

    Stream Performance

    When I read Angelika Langer’s Java performance tutorial – How fast are the Java 8 streams? I couldn’t believe that…

    Read More »
  • Core Java👁 Image
    Lukas EderAugust 20th, 2015
    0 163

    Common SQL Clauses and Their Equivalents in Java 8 Streams

    Functional programming allows for quasi-declarative programming in a general purpose language. By using powerful fluent APIs like Java 8’s Stream…

    Read More »
  • Core Java👁 Image
    Geoffrey De SmetAugust 11th, 2015
    1 329

    What is the fastest Garbage Collector in Java 8?

    OpenJDK 8 has several Garbage Collector algorithms, such as Parallel GC, CMS and G1. Which one is the fastest? What…

    Read More »
  • Core Java👁 Image
    Lukas EderAugust 5th, 2015
    0 149

    Java 8’s Method References Put Further Restrictions on Overloading

    Method overloading has always been a topic with mixed feelings. We’ve blogged about it and the caveats that it introduces…

    Read More »
  • Core Java👁 Image
    Biju KunjummenAugust 1st, 2015
    0 196

    Using Java 8 CompletableFuture and Rx-Java Observable

    I wanted to explore a simple scatter-gather scenario using Java 8 CompletableFuture and using Rx-Java Observable. The scenario is simple…

    Read More »
  • Core Java👁 Image
    Mohamed TamanJuly 30th, 2015
    0 290

    Java SE 8 new features tour: Processing Collections with Streams API

    Cleaner, readable, and powerful coding with Java SE 8 Streams….. In this article of the “Java SE 8 new features…

    Read More »
  • Core Java👁 Image
    Angelika LangerJuly 22nd, 2015
    11 252

    Java performance tutorial – How fast are the Java 8 streams?

    In this JAX Magazine sneak preview, JAX London speaker Angelika Langer answers the most important question for anyone using Java…

    Read More »
  • First
  • ...
  • «
  • 5
  • 6
  • 7
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close