VOOZH about

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

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


  • Core Java👁 Image
    Lukas EderApril 3rd, 2015
    1 265

    How to Use Java 8 Streams to Swiftly Replace Elements in a List

    Imagine you have a list of items: List<String> books = Arrays.asList( "The Holy Cow: The Bovine Testament", "True Hip Hop",…

    Read More »
  • Core Java👁 Image
    Adrian MateiMarch 20th, 2015
    0 107

    Yet another Java 8 Lamdbas and Streams example

    I’ve been lagging behind with what Java 8 features exercising concerns, so in this post I will briefly present my initial…

    Read More »
  • Core Java👁 Image
    Lukas EderMarch 20th, 2015
    0 79

    One Year After Java 8’s Release, IDEs and Compilers are not Fully Ready Yet

    One year ago, on March 18, 2014, Java SE 8 was released, and with it, the bliss of functional programming…

    Read More »
  • Core Java👁 Image
    Rodrigo UchoaMarch 17th, 2015
    0 645

    Java 8 Lambda Expressions Tutorial

    Greetings! :) After a few months away I decided to come back in style :). I noticed that one of…

    Read More »
  • Core Java👁 Image
    Dustin MarxMarch 12th, 2015
    0 168

    JDK 8 Streams and Grouping

    I wrote about the powerful features of using JDK 8‘s Streams with Java collections in the post Stream-Powered Collections Functionality…

    Read More »
  • Core Java👁 Image
    Konrad GarusMarch 9th, 2015
    2 560

    Walking Recursive Data Structures Using Java 8 Streams

    The Streams API is a real gem in Java 8, and I keep finding more or less unexpected uses for…

    Read More »
  • Core Java👁 Image
    Advait TrivediMarch 9th, 2015
    0 189

    Mapreduce in Java8

    Wordcount is to Mapreduce what “Hello world” is for rest of the programming world. Recently I have been exploring some…

    Read More »
  • Core Java👁 Image
    Michael ScharhagMarch 4th, 2015
    0 80

    Using Java 8 Lambda expressions in Java 7 or older

    I think nobody declines the usefulness of Lambda expressions, introduced by Java 8. However, many projects are stuck with Java…

    Read More »
  • Core Java👁 Image
    Dustin MarxFebruary 27th, 2015
    1 144

    Joining Strings in JDK 8

    JDK 8 introduced language features such as lambda expressions, streams, and even the new Date/Time API that will change the…

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