Limit this search to....

Mastering Lambdas: Java Programming in a Multicore World
Contributor(s): Naftalin, Maurice (Author)
ISBN: 0071829628     ISBN-13: 9780071829625
Publisher: McGraw-Hill Companies
OUR PRICE:   $39.60  
Product Type: Paperback - Other Formats
Published: October 2014
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Java
- Computers | Web - Web Programming
- Computers | Programming - General
Dewey: 005.133
Series: Oracle Press
Physical Information: 0.5" H x 7.3" W x 9" (0.8 lbs) 208 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.The Definitive Guide to Lambda Expressions

Mastering Lambdas: Java Programming in a Multicore World describes how the lambda-related features of Java SE 8 will enable Java to meet the challenges of next-generation parallel hardware architectures. The bookexplains how to write lambdas, and how to use them in streams and in collection processing, providing code examples throughout. You'll learn how to use lambda expressions to take full advantage of performanceimprovements provided by today's multicore hardware. This Oracle Press book covers:

  • Why lambdas were needed, and how they will change Javaprogramming
  • Syntax of lambda expressions
  • The basic operation of streams and pipelines
  • Using collectors and reduction to end pipelines
  • Creating streams
  • Spliterators, the fork/join framework, and exceptions
  • Examining stream performance with microbenchmarking
  • API evolution using default methods


Contributor Bio(s): Naftalin, Maurice: - "

Maurice Naftalin has over 30 years' experience in IT - as developer, designer, architect, manager, teacher, and author. He is a certified Java Programmer and has worked in every release of Java to date. Naftalin's experience in Java and business give him a unique perspective on the fundamental change that comes with introducing Lambda expressions in Java. He is a frequent presenter at conferences worldwide, including the annual JavaOne.

"