Beginning Java 8 Language Features

Beginning Java 8 Language Features
Author :
Publisher : Apress
Total Pages : 690
Release :
ISBN-10 : 9781430266594
ISBN-13 : 1430266597
Rating : 4/5 (597 Downloads)

Book Synopsis Beginning Java 8 Language Features by : Kishori Sharan

Download or read book Beginning Java 8 Language Features written by Kishori Sharan and published by Apress. This book was released on 2014-08-18 with total page 690 pages. Available in PDF, EPUB and Kindle. Book excerpt: Beginning Java 8 Language Features covers essential and advanced features of the Java programming language such as the new lambda expressions (closures), inner classes, threads, I/O, Collections, garbage collection, streams, and more. Author Kishori Sharan provides over 60 diagrams and 290 complete programs to help you visualize and better understand the topics covered in this book. The book starts with a series of chapters on the essential language features provided by Java, including annotations, inner classes, reflection, and generics. These topics are then complemented by details of how to use lambda expressions, allowing you to build powerful and efficient Java programs. The chapter on threads follows this up and discusses everything from the very basic concepts of a thread to the most advanced topics such as synchronizers, the fork/join framework, and atomic variables. This book contains unmatched coverage of Java I/O, including NIO 2.0, the Path API, the FileVisitor API, the watch service and asynchronous file I/O. With this in-depth knowledge, your data- and file-management programs will be able to take advantage of every feature of Java's powerful I/O framework. Finally, you'll learn how to use the Stream API, a new, exciting addition to Java 8, to perform aggregate operations on collections of data elements using functional-style programming. You'll examine the details of stream processing such as creating streams from different data sources, learning the difference between sequential and parallel streams, applying the filter-map-reduce pattern, and dealing with optional values.


Beginning Java 8 Language Features Related Books

Beginning Java 8 Language Features
Language: en
Pages: 690
Authors: Kishori Sharan
Categories: Computers
Type: BOOK - Published: 2014-08-18 - Publisher: Apress

GET EBOOK

Beginning Java 8 Language Features covers essential and advanced features of the Java programming language such as the new lambda expressions (closures), inner
Beginning Java 9 Fundamentals
Language: en
Pages: 1056
Authors: Kishori Sharan
Categories: Computers
Type: BOOK - Published: 2017-11-01 - Publisher: Apress

GET EBOOK

Learn the basics of Java 9, including basic programming concepts and the object-oriented fundamentals necessary at all levels of Java development. Author Kishor
On Java 8
Language: en
Pages: 1820
Authors: Bruce Eckel
Categories: Computers
Type: BOOK - Published: 2017-06-16 - Publisher: MindView LLC

GET EBOOK

Beginning Java 8 Fundamentals
Language: en
Pages: 810
Authors: Kishori Sharan
Categories: Computers
Type: BOOK - Published: 2014-06-24 - Publisher: Apress

GET EBOOK

Beginning Java 8 Fundamentals provides a comprehensive approach to learning the Java programming language, especially the object-oriented fundamentals necessary
Functional Programming in Java
Language: en
Pages: 263
Authors: Venkat Subramaniam
Categories: Computers
Type: BOOK - Published: 2014-02-19 - Publisher: Pragmatic Bookshelf

GET EBOOK

Intermediate level, for programmers fairly familiar with Java, but new to the functional style of programming and lambda expressions. Get ready to program in a