VOOZH about

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

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


  • Core Java👁 Image
    Marco CastigliegoAugust 26th, 2014
    0 100

    Java 8 : Functional VS Traditional

    The business logic is the same : Given a String expression composed of visits / time like : “1/24h,1..3/3h,5/*” Then…

    Read More »
  • Core Java👁 Image
    Sergio MolinaAugust 20th, 2014
    4 1,367

    Java yield-like using Stream API

    Several programming languages, such as Ruby or Python to name a few, provides the yield command. Yield provides an effective…

    Read More »
  • Core Java👁 Image
    Niv SteingartenAugust 12th, 2014
    1 140

    Oracle’s Latest Java 8 Update Broke Your Tools — How Did it Happen?

    If you’ve been keeping up with the news in the Java world lately, you’ve probably heard that the latest Java…

    Read More »
  • Core Java👁 Image
    Roger HughesAugust 11th, 2014
    0 107

    Default Methods: Java 8’s Unsung Heros

    A few weeks ago I wrote a blog saying that developers learn new languages because they’re cool. I still stand…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczAugust 4th, 2014
    0 318

    Testing code for excessively large inputs

    When writing unit tests we mostly focus on business correctness. We do our best to exercise happy path and all…

    Read More »
  • Core Java👁 Image
    Johannes BrodwallAugust 1st, 2014
    0 96

    The lepidopterist’s curse: Playing with java.time

    Pop quiz: What will be the output of this little program?                  …

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecJuly 31st, 2014
    1 109

    Spring 4.1 and Java 8: java.util.Optional

    As of Spring 4.1 Java 8’s java.util.Optional, a container object which may or may not contain a non-null value, is…

    Read More »
  • Core Java👁 Image
    Frank AppelJuly 31st, 2014
    0 81

    Clean JUnit Throwable-Tests with Java 8 Lambdas

    Recently I was involved in a short online discussion on twitter and google+ which concerned the question why the arrival…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczJuly 28th, 2014
    0 140

    Grouping, sampling and batching – custom collectors in Java 8

    Continuing first article, this time we will write some more useful custom collectors: for grouping by given criteria, sampling input, batching…

    Read More »
  • First
  • ...
  • 10
  • «
  • 12
  • 13
  • 14
  • »
  • 20
  • ...
  • Last
Back to top button
Close