News

This Java release effectively notified developers that it’s no longer sufficient to think about Java programming only from the imperative, object-oriented perspective.
The Java Standard Library provides a lot of functionality. However, it doesn't always provide the features needed to interface directly to the underlying system. Enter JNI, which lets you safely and ...
Java’s collections like arrays and lists are foundational building blocks. Functional programming techniques are at times the ideal way to work with these collections. This article gives a tour ...