Practical Java 8
eBook - ePub

Practical Java 8

Lambdas, Streams and new resources

  1. 136 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Practical Java 8

Lambdas, Streams and new resources

Book details
Table of contents
Citations

About This Book

Are you a programmer fluent in Java? It's time to take the next step! Almost 20 years after it's first version, there is a new Java with important news! Amongst the main new resources, there are the default methods, method references and lambdas. They are simple concepts, but bring important possibilities. In the book we will explore various advancements found in Java 8. Always using practical examples and presenting real usage cases, we migrate the day-to-day legacy code to the new Java 8 functional paradigm. With this triad of concepts, the API managed to evolve in an interesting manner. The java.util.stream and java.util.function packages are deeply explored, presenting simple ways to work with collections and other data structures. Streams and Collectors will be part of your routine and will become as essential as Collections and the java.io currently are to your applications. Lastly, we'll see how the new API java.time comes to change from water to wine the way how we work with dates and times.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Practical Java 8 by Paulo Silveira,Rodrigo Turini in PDF and/or ePUB format, as well as other popular books in Ciencia de la computación & Programación en Java. We have over one million books available in our catalogue for you to explore.

Information

Year
2014
ISBN
9788566250558

Table of contents

  1. Capítulo 1: Java 8
  2. Capítulo 2: Hello Lambda!
  3. Capítulo 3: Functional Interfaces
  4. Capítulo 4: Default Methods
  5. Capítulo 5: Sorting in Java 8
  6. Capítulo 6: Method References
  7. Capítulo 7: Streams and Collectors
  8. Capítulo 8: More operations with Streams
  9. Capítulo 9: Mapping, partitioning, grouping, and parallelizing
  10. Capítulo 10: Enough with Calendar! New date API
  11. Capítulo 11: A payment model with Java 8
  12. Capítulo 12: Appendix: more Java 8 with reflection, JVM, APIs, and limitations