The JDK is the development platform for building Java applications. Learn about different JDK versions, then install a JDK in your development environment and use it to compile a Java program. The ...
The Java Extension Mechanism is described in the Java Tutorial as a “standard, scalable way to make custom APIs available to all applications running on the Java platform.” As described in ...
Canonical has announced that OpenJDK 11 has replaced OpenJDK 10 as the default Java package in Ubuntu 18.04 LTS. Canonical recently released Ubuntu 19.04 which also uses OpenJDK 11 as default, the ...
Watch out Oracle, Pivotal is offering a lighter alternative to the Java Enterprise Edition (JEE) stack. The company has collected many of its technologies into a single integrated package, called the ...
Google: Tech giant Google has said that over 35,000 Java packages have been affected by vulnerabilities that have been recently disclosed with widespread fallout in the software industry. The affected ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Here we begin a series of articles to look at Scala. Scala is a programming language that rides ...
Naming conventions are important if you're a Java developer. Naming conventions not only make your Java code easier to read, they make your code self-documenting as well. Fellow developers can tell in ...