VOOZH about

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

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


  • Core Java👁 Image
    Lukas EderMay 26th, 2014
    2 89

    Java 8 Friday: Better Exceptions

    At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterMay 19th, 2014
    0 114

    Java 8 default methods can break your (users’) code

    At first glance, default methods brought a great new feature to the Java Virtual Machine’s instruction set. Finally, library developers…

    Read More »
  • Core Java👁 Image
    Richard WarburtonMay 15th, 2014
    1 257

    Too Fast, Too Megamorphic: what influences method call performance in Java?

    Whats this all about then? Let’s start with a short story. A few weeks back I proposed a change on…

    Read More »
  • Core Java👁 Image
    Lukas EderMay 12th, 2014
    0 75

    Java 8 Friday: Language Design is Subtle

    At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…

    Read More »
  • Core Java👁 Image
    Ant KutscheraMay 7th, 2014
    2 518

    The effects of programming with Java 8 Streams on algorithm performance

    Multi-paradigm programming with Java has been possible for many years, with its support for a mix of service oriented, object…

    Read More »
  • Core Java👁 Image
    Ramesh KothaMay 6th, 2014
    2 410

    Java 8 : Functional Interface Example

    To Support lambda expressions in Java 8, they introduced Functional Interfaces. An interface which has Single Abstract Method can be…

    Read More »
  • Core Java👁 Image
    Andrey RedkoMay 2nd, 2014
    58 6,837

    Java 8 Features Tutorial – The ULTIMATE Guide (PDF Download & video)

    EDITORIAL NOTE: In this post, we feature a comprehensive Java 8 Features Tutorial.  It’s been a while since Java 8…

    Read More »
  • Core Java👁 Image
    Tal WeissMay 1st, 2014
    2 232

    10 Features in Java 8 You Haven’t Heard Of

    Lambdas lambdas lambdas. That’s all you ever hear about when talking about Java 8. But that’s just one part. Java…

    Read More »
  • Core Java👁 Image
    Marcin ZajaczkowskiApril 30th, 2014
    0 285

    Using AssertJ and Awaitility together thanks to Java 8 and lambdas

    AssertJ and Awaitility are two of my favorites tools using in automatic code testing. Unfortunately until recently it was not…

    Read More »
  • First
  • ...
  • 10
  • «
  • 15
  • 16
  • 17
  • »
  • 20
  • ...
  • Last
Back to top button
Close