News

JDK Enhancement Proposal (JEP) 191 defines the Java Foreign Function Interface (FFI), which are interfaces that can bind native functions to Java methods and can manage blocks of native memory. This J ...
Java 8 has a new package, java.util.function, that contains a number of commonly used functional interfaces. Many are expressed using generics, but there are specializations for primitive types.