VOOZH about

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

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


  • Core Java👁 Image
    Daniel ShayaJanuary 27th, 2015
    0 144

    Java8 Lambdas: Sorting Performance Pitfall EXPLAINED

    Written in collaboration with Peter Lawrey. A few days ago I raised a serious problem with the performance of sorting…

    Read More »
  • Core Java👁 Image
    Lukas EderJanuary 26th, 2015
    0 119

    How to Translate SQL GROUP BY and Aggregations to Java 8

    I couldn’t resist. I have read this question by Hugo Prudente on Stack Overflow. And I knew there had to…

    Read More »
  • Core Java👁 Image
    Nicolai ParlogJanuary 23rd, 2015
    0 196

    The Decorator Pattern With Java 8

    In a recent post I described how the decorator pattern saved my day. I gave a small code snippet which…

    Read More »
  • Core Java👁 Image
    Jacob ZimmermanJanuary 22nd, 2015
    1 145

    Java 8 Functional Programming: Lazy Instantiation

    Singletons often instantiate themselves lazily, and sometimes, if the object is heavy enough, class fields can be instantiated lazily. Generally,…

    Read More »
  • Core Java👁 Image
    Lukas EderJanuary 22nd, 2015
    0 83

    Using Java 8 to Prevent Excessively Wide Logs

    Some logs are there to be consumed by machines and kept forever. Other logs are there just to debug and…

    Read More »
  • Core Java👁 Image
    Peter LawreyJanuary 21st, 2015
    0 177

    Java Lambdas and Low Latency

    Overview The main question around the use of Lambdas in Java and Low Latency is; Does they produce garbage and…

    Read More »
  • Core Java👁 Image
    Dustin MarxJanuary 16th, 2015
    1 81

    2015 Starts Off Strong for Java 8

    JDK 8 is starting 2015 with a surge in popularity in terms of blog posts and articles. This is coinciding…

    Read More »
  • Core Java👁 Image
    Daniel ShayaJanuary 14th, 2015
    4 221

    Java8 Sorting – Performance Pitfall

    Java 8 brings all the goodness of lambdas to enable us to program using a declarative style. But is it…

    Read More »
  • Core Java👁 Image
    Steve ChalonerJanuary 12th, 2015
    3 871

    Fail-fast validations using Java 8 streams

    I’ve lost count of the number of times I’ve seen code which fail-fast validates the state of something, using an…

    Read More »
  • First
  • ...
  • «
  • 9
  • 10
  • 11
  • »
  • 20
  • ...
  • Last
Back to top button
Close