𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Java Language Features: With Modules, Streams, Threads, I/O, and Lambda Expressions

✍ Scribed by Kishori Sharan


Publisher
Apress, Berkeley, CA
Year
2018
Tongue
English
Leaves
923
Edition
2
Category
Fiction

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Work with essential and advanced features of the Java programming language such as Java modules development, lambda expressions (closures), inner classes, threads, I/O, Collections, garbage collection, and more. Author Kishori Sharan provides over 50 diagrams and 290 complete programs to help you visualize and better understand the topics covered in this book.

Java Language Features, Second Edition starts with a series of chapters on the essential language features provided by Java, including annotations, 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 NIO, the Stream API, 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 and much more.

Additionally, three appendices are available for free via the Download Source Code on apress.com. These appendices will give you a head start on the most important features of Java 10 and the new Java versioning scheme.

What You’ll Learn

Use essential and advanced features of the Java language
Code Java annotations and inner classes
Work with reflection, generics, and threads
Take advantage of the garbage collector
Manage streams with the Stream API

Who This Book Is For

Those new to Java programming and continues the learning Java journey; it is recommended that you read an introductory Java programming book first, such as Beginning Java Fundamentals, from Apress.


πŸ“œ SIMILAR VOLUMES


Java Language Features: With Modules, St
✍ Kishori Sharan (auth.) πŸ“‚ Library πŸ“… 2018 πŸ› Apress 🌐 English

<p>Work with essential and advanced features of the Java programming language such as Java modules development, lambda expressions (closures), inner classes, threads, I/O, Collections, garbage collection, and more. Author Kishori Sharan provides over 50 diagrams and 290 complete programs to help you

Java Language Features: With Modules, St
✍ Kishori Sharan [Kishori Sharan] πŸ“‚ Library πŸ“… 2018 πŸ› Apress 🌐 English

<span><div>Work with essential and advanced features of the Java programming language such as Java modules development, lambda expressions (closures), inner classes, threads, I/O, Collections, garbage collection, and more. Author Kishori Sharan provides over 50 diagrams and 290 complete programs to

Beginning Java 8 Language Features: Lamb
✍ Kishori Sharan πŸ“‚ Library πŸ“… 2014 πŸ› Apress 🌐 English

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

Beginning Java 8 Language Features: Lamb
✍ Kishori Sharan (auth.) πŸ“‚ Library πŸ“… 2014 πŸ› Apress 🌐 English

<p><p><em>Beginning Java 8 Language Features </em>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 an

Beginning Java 8 Language Features: Lamb
✍ Kishori Sharan πŸ“‚ Library πŸ“… 2014 πŸ› Apress 🌐 English

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

Java Lambdas and Parallel Streams
✍ Michael MΓΌller πŸ“‚ Library πŸ“… 2016 πŸ› Apress 🌐 English

This compact book introduces the concepts of Java Lambdas and parallel Streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way―within