The SourceVersion class provides information on Java source versions and can provide some interesting details, including demonstration of terminology covered in the Java Language Specification. In ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Folklore has it that when a decidedly uncreative software engineer on Sun’s programming team was ...
The rebranding of enterprise Java continues, with "Jakarta" and "Enterprise Profile" emerging as the final two options offered by the Eclipse Foundation to the community in the second phase of the ...
Java 7 introduced the Method Handles with the java.lang.invoke.MethodHandle and java.lang.invoke.MethodHandles classes. The Well-Grounded Java Developer (which I have previously reviewed) covers ...