Header Ads Widget

Responsive Advertisement

Java SE 9: Lambda Expressions and Streams


Java SE 9: Lambda Expressions and Streams


Description
Lambda expressions are a new and important feature introduced in Java SE 8. They provide a clear and concise way to represent one method interface using an expression. Lambda expressions also improve the Collection libraries making it easier to iterate through, filter, and extract data from a Collection. In addition, new concurrency features improve performance in multicore environments.
This Java SE 9: Lambda Expressions and Stream course covers major changes and enhancements in Oracle Java 9. You'll focus on developing an understanding of the basics, then looking at using streams, functional interfaces, method references and lambda expressions with collections.
Learn To:
  • Implement functional interface using lambda expressions.
  • Implement built-in interfaces like comparator, consumer, predicate, and runnable.
  • Use method references and a new "forEach" method.
  • Work with sequential and parallel streams, and use parallel processing on multi-core systems.
  • Streamline java programs or applications.
By enrolling in this course, you'll expand your knowledge of Java SE 9, while building your Java skill set.
Who is the target audience?
  • Beginner android and java developers curious about lambda expressions and streams.
  • Students and developers who want to streamline their java programs or applications.
















Post a Comment

0 Comments