<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
Java Language Features: With Modules, Streams, Threads, I/O, and Lambda Expressions
β Scribed by Kishori Sharan (auth.)
- Publisher
- Apress
- Year
- 2018
- Tongue
- English
- Leaves
- 915
- Edition
- 2
- Category
- Library
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 MIO, 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 in 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.
β¦ Table of Contents
Front Matter ....Pages i-xxviii
Annotations (Kishori Sharan)....Pages 1-55
Inner Classes (Kishori Sharan)....Pages 57-96
Reflection (Kishori Sharan)....Pages 97-142
Generics (Kishori Sharan)....Pages 143-168
Lambda Expressions (Kishori Sharan)....Pages 169-222
Threads (Kishori Sharan)....Pages 223-336
Input/Output (Kishori Sharan)....Pages 337-417
Working with Archive Files (Kishori Sharan)....Pages 419-447
New Input/Output (Kishori Sharan)....Pages 449-485
New Input/Output 2 (Kishori Sharan)....Pages 487-547
Garbage Collection (Kishori Sharan)....Pages 549-586
Collections (Kishori Sharan)....Pages 587-674
Streams (Kishori Sharan)....Pages 675-746
Implementing Services (Kishori Sharan)....Pages 747-770
The Module API (Kishori Sharan)....Pages 771-823
Breaking Module Encapsulation (Kishori Sharan)....Pages 825-842
Reactive Streams (Kishori Sharan)....Pages 843-860
Stack Walking (Kishori Sharan)....Pages 861-880
Back Matter ....Pages 881-895
β¦ Subjects
Java
π SIMILAR VOLUMES
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 vi
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
<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 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
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