$19.99
per month
Video
Feb 2019
1hr 49mins
1st Edition
-
Extensive coverage from basic to advanced functional programming features.
-
Practical examples and hands-on exercises for real-world application.
-
Insightful comparisons between traditional and functional programming techniques.
-
Emphasis on code efficiency and maintainability.
Functional programming, a popular programming paradigm used to simplify many tasks, will help you write flexible and succinct code. This paradigm makes programs easier to reason with because they're deterministic (one specific input will always give you the same output).
This course takes a thought-leadership approach, gently introduces you to Functional Programming, and takes you all the way to becoming a master of the paradigm. You'll then learn how to work with higher-order functions, lambda functions, collections and more. You'll learn how to apply the best data structures and algorithms that optimize functions and also how to reuse and refactor functional blocks of code. This course is updated to Java 12 so that you will be ahead of the crowd.
By the end of the course, you will have mastered the concepts regarding functional programming along with OOP, to build robust and highly testable applications.
The code files for this course are available at - https://github.com/PacktPublishing/Hands-On-Functional-Programming-with-Java
If you are a Java developer and want to improve your applications using the functional programming approach, then this course is for you. A solid understanding of Java concepts is required.
-
Utilize lambda expressions for cleaner, more concise code.
-
Implement functional interfaces and anonymous classes.
-
Master the Collections Framework for robust data handling.
-
Construct and manipulate streams for efficient data processing.
-
Apply advanced stream operations like filtering, mapping, and reducing.
-
Understand concurrent streams for improved performance.