News

8 guidelines for writing reusable Java code. Define the rules for your code; ... Interface Segregation Principle (ISP): Clients should not be forced to depend on interfaces they do not use.
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.