Lambda
-
Core Java

Function pointer style in Java
In languages like C and C++, function pointers allow direct reference to a function, enabling callbacks, event handling, and flexible…
Read More » -
Enterprise Java

Dynamic Content Caching with AWS Lambda, S3 and AWS CloudFront
Serving content quickly is essential for any website or application to have better customer experience. If you have hosted your…
Read More » -
Core Java

Lambda Expressions Java Tutorial
In this post, we feature a comprehensive Lambda Expressions Java Tutorial. 1. Lambda Expressions Java Tutorial – Introduction Lambda Expressions…
Read More » -
Core Java

JUnit: testing exception with Java 8 and Lambda Expressions
In JUnit there are many ways of testing exceptions in test code, including try-catch idiom, JUnit @Rule, with catch-exception library.…
Read More »

