A new version of Quarkus has arrived, paving the way for the next big release in late January. We also take a look at v1.1.0.Final and GraalVM 19.3 support.
Java wrapper classes – autoboxing, unboxing and conversion examples
Learn about Java wrapper classes, their usage, conversion between primitive and object; and autoboxing and unboxing with examples.
Java 14: JDK 14 enters Rampdown Phase Two – JAXenter
Java 14 development is in full swing now, so stay up to date with JAXenter! Five JEPs were confirmed for JDK 14 & one has been proposed to JDK 14.
Introduction to Greedy Algorithms with Java | Baeldung
Learn about greedy algorithms in the Java ecosystem.
Java Generic Methods
It is possible to generify methods in Java. Here is an example: public static
Where programming languages are headed in 2020
Experts discuss what’s in store for popular and growing programming languages.
A simple Java 8 Predicate lambda interface with examples
The Java 8 Predicate is largely tied to functional programming, but it doesn’t have to be. Here are some examples with lambdas to get the most out of the component and reduce the verbosity of your code.
Java TreeSet class – HowToDoInJava
Java TreeSet class extends AbstractSet and implements NavigableSet. It is very similar to HashSet class, except it stores the element in sorted order.
Deploying Java EE apps to Azure: Part 3
This is the final blog in a series of posts that explore different options for running Java EE workloads on Azure. In this part, we will…
Java on VS Code update: Call hierarchy support added – JAXenter
Java on VS Code receives its first update of the year, which includes a few new features, some UI changes, and performance improvements.
Java devs rate microservice satisfaction 6 stars out of 10 – JAXenter
Perforce released a survey of Java devs from around the globe. Devs share their favorite tools to use in production, the challenges they face, and more.
Manage multiple Java SDKs with SDKMAN! with ease
Java, Java Enterprise, Spring related technologies blog by Rafał Borowiec
A First Look at Records in Java 14 – DZone Java
Here’s a first look at records in Java 14. We examine code examples, performance, and more.
Java DOM Tutorial
Document Object Model (DOM) is a standard tree structure, where each node contains one of the components from an XML structure. Element nodes and text nodes are the two most common types of nodes. With DOM functions we can create nodes, remove nodes, change their contents, and traverse the node hierarchy.
15 Java YouTube Channels You Should Follow in 2020
In this post, I would like to suggest 15 youtube channels that you should follow or subscribe in 2020 to learn and master in Java programming language.