Every Monday, we take a step back and look at all the cool stuff that went down during the previous week. Last week, the Java world was very busy.
Category: Articles
Java Pass-by-Value vs. Pass-by-Reference – HowToDoInJava
There has been a good amount of debate on whether “java is pass by value or pass by reference?”. Well, lets conclude it last time, Java is pass by value and not pass by reference. If it had been pass by reference, we should have been able to C like swapping of objects, but we …
Partitioning and Sorting Arrays with Many Repeated Entries | Baeldung
Learn different ways to partition and sort an array containing many repeated entries.
Quarkus 1.1.1.Final released, v1.2 coming with GraalVM 19.3 support
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.