News

The 30th anniversary of Java, being celebrated this year, offers a perfect opportunity to reflect on the remarkable changes ...
Java Development Kit (JDK) 11 is now generally available and ready for production use, bringing productivity improvements and an HTTP client API that implements HTTP/2.
The Java JDK (Java Development Kit) is a software development environment that creates Java applications.
The JDK contains a set of compilers and related tools for the Java language, as well as the JVM and its diagnostic tools. The JVM works with bytecodes and converts them into machine code.
Java Development Kit 22 contains an average number of new features, but is better than average in other ways. Let’s take a look.
Programming languages: Java developers flock to Kotlin and ditch Oracle JDK for OpenJDK New survey reveals the most popular tools used by Java developers.
This post explains how to install Java or check which version is running on your machine. Install on any OS, and learn about the JDK.
Oracle announced a language server tool for Java developers using Visual Studio Code to provide language-specific 'smarts' in the super-popular, open source-based, cross-platform code editor.
Oracle has announced it will drop support for the Java browser plug-in in the next release of the Java Development Kit, JDK 9, which is expected to be released in early 2017.
OOP can seem a bit abstract at first, but once you get the hang of it, it’ll change the way you write code. It’s all about thinking in terms of objects and their interactions, which leads to cleaner, ...