null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Modern Java Recipes (Simple Solutions to Difficult Problems in Java 8 and 9)

List Price: $49.99
SKU:
9781491973172
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Ken Kousen
    Format:
    Paperback
    Pages:
    319
    Publisher:
    O'Reilly Media (September 19, 2017)
    Language:
    English
    ISBN-13:
    9781491973172
    ISBN-10:
    149197317X
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $49.99
    As low as:
    $42.99
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    12
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    18.4oz
    Imprint:
    O'Reilly Media
  • Overview

    The introduction of functional programming concepts in Java SE 8 was a drastic change for this venerable object-oriented language. Lambda expressions, method references, and streams fundamentally changed the idioms of the language, and many developers have been trying to catch up ever since. This cookbook will help. With more than 70 detailed recipes, author Ken Kousen shows you how to use the newest features of Java to solve a wide range of problems.

    For developers comfortable with previous Java versions, this guide covers nearly all of Java SE 8, and includes a chapter focused on changes coming in Java 9. Need to understand how functional idioms will change the way you write code? This cookbook—chock full of use cases—is for you.

    Recipes cover:

    • The basics of lambda expressions and method references
    • Interfaces in the java.util.function package
    • Stream operations for transforming and filtering data
    • Comparators and Collectors for sorting and converting streaming data
    • Combining lambdas, method references, and streams
    • Creating instances and extract values from Java’s Optional type
    • New I/O capabilities that support functional streams
    • The Date-Time API that replaces the legacy Date and Calendar classes
    • Mechanisms for experimenting with concurrency and parallelism