VOOZH about

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

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


  • Core Java👁 Image
    Daniel ShayaFebruary 24th, 2015
    4 224

    Java 8 pitfall – Beware of Files.lines()

    There’s a really nice new feature in Java8 which allows you to get a stream of Strings from a file…

    Read More »
  • Core Java👁 Image
    Dustin MarxFebruary 23rd, 2015
    1 154

    Using JDK 8 Streams to Convert Between Collections of Wrapped Objects and Collections of Wrapper Objects

    I have found Decorators and Adapters to be useful from time to time as I have worked with Java-based applications.…

    Read More »
  • Core Java👁 Image
    Nicolai ParlogFebruary 17th, 2015
    11 306

    Value-Based Classes

    In Java 8 some classes got a small note in Javadoc stating they are value-based classes. This includes a link…

    Read More »
  • Java核心👁 Image
    Andrey RedkoFebruary 17th, 2015
    1 432

    Java 8特性指南 – 终极手册 (PDF下载)

    编者按:距离Java 8的发布已经有段时间了,就目前看来它的确是一个非常重要的版本。我们之前已经在JavaCodeGeeks发布了一系列专题文章,如玩转Java 8-Lambda表达式和并发,Java 8日期/时间API入门:LocalDateTime 以及 JDK8时代的抽象类vs.接口。同时我们也从其它来源处引用了15个必读的Java 8教程。当然,我们也对它的一些短板进行了验证,如Java 8的暗面。为了读者们更好的阅读体验,现在是时候整合所有Java 8的主要特性于一处了。一起来享受它吧! 目录 1. 简介 2. Java语言的新特性 2.1. Lambda表达式和函数式接口 2.2. 接口的默认方法和静态方法 2.3. 方法引用…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 16th, 2015
    0 135

    Default methods and multiple inheritance

    Recently Lukas JOOQ Eder posted and article about nested classes and their use. This is an interesting topic and his…

    Read More »
  • Core Java👁 Image
    Daniel ShayaFebruary 4th, 2015
    0 1,150

    Java8 Multi-threading ForkJoinPool: Dealing with exceptions

    One of the main motivations behind the introduction of Java8 lambdas was the ability to be able to use multicores…

    Read More »
  • Core Java👁 Image
    Peter LawreyFebruary 3rd, 2015
    0 143

    Java 8 Optional is not just for replacing a null value

    Overview In Java 8, you can return an Optional instead of return null; as you might do in Java 7.…

    Read More »
  • Core Java👁 Image
    Nicolai ParlogFebruary 2nd, 2015
    0 183

    Everything You Need To Know About Default Methods

    So, default methods… yesterday’s news, right? Yes but after a year of use, a lot of facts accumulated and I…

    Read More »
  • Core Java👁 Image
    Dustin MarxJanuary 29th, 2015
    0 148

    Reason for Slower Reading of Large Lines in JDK 7 and JDK 8

    I earlier posted the blog post Reading Large Lines Slower in JDK 7 and JDK 8 and there were some…

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