Composing Functions in Early Java Versions

Part 1 of The Weekly Challenge 171 : Create sub compose($f, $g) which takes in two parameters $f and $g as subroutine refs and returns subroutine ref i.e. compose($f, $g)-($x) = $f-($g-($x)) . While the problem is given in a Perl centric way, the intent i… Read more

Similar

IBM SDK for Java performance optimizations article

Java performance optimization is of interest to developers and IT specialists alike. In a series of articles we will help you understand many of the performance-critical components that make up the IBM SDK for Java, and provide you with the high level bac...

Read more »

Java Developer’s Guide to SSL Certificates

Overview When developing web applications, we often need to integrate with other applications using SSL.   This could be over different protocols such as HTTPS, IMAPS, or LDAPS.  In this article, we'll cover what Java developers need to know about SSL cer... (more…)

Read more »