Java example to sort an array of primitives and objects which implement Comparable interface. Quick Reference: 1) Sort array of primitives Use Arrays.sort() method to sort an array of primitives such as int, long or String values. 1.1) Sort array in reverse order Use Arrays.sort(arr,Collections.reverseOrder()) to sort an array in reverse oder. 2) Sort array …
Java Annotated Monthly: July 2018 – DZone Java
In this post, learn more about the latest happenings in Java in this post about future releases, events, conferences, articles, and more!
Updates for Java SE Platform
This blog is the source for news about major Java announcements and the Java community.
Java Magazine, Mar/Apr 2018
View the digital edition of Java Magazine: Mar/Apr 2018 Twitter.
Java Print 2D Array – Arrays.deepToString() – HowToDoInJava
Java example to print 2d array of primitives or objects in string format in console or server logs.
Gradle multi project build – parent pom like structure
When you come from a maven background most probably you have been used to the parent pom structure….
Do I need to pay for Java now?
This post gives an overview of the new Java release train as it was announced by Oracle. Next to this the article provides some important information and hints how you should handle new Java releas…
A Guide to Formatting Code Snippets in Javadoc
Sometimes you want to add code snippets to our Javadoc comments, especially when developingan API of some kind. But how do you mark the code snippet so that it will be rendered correctlyin the final Javadoc HTML, especially when special characters like ‘<', '>‘ and ‘@’ are involved?Since there are multiple options to do this – each with different results – this blog post gives an overview on these options and a guideline on when to use which.
Easy Java EE Microservices With Payara Micro – DZone Microservices
Learn some tips for building lightweight Java EE microservices and see how you can deploy them to Payara Micro, making Java a simple language to work with.
Caching in Spring Boot with Spring Security
Interested to learn more about spring security? Then check out our article where we caching in spring boot with spring security!
A Guide to Arrays in Java – DZone Java
This post provides a guide to arrays in Java, covering the definition of an array, the array declaration, and a multitude of array properties in Java.
Java 11 API Change Proposals – DZone Java
Check out this detailed list of the proposed Java 11 API changes, including changes to String, CharSequence, Character, Path, Reader, Writer, and more!
Stack Overflow Answers the Top Java Questions We Didn’t Know We Had
A collection of Stack Overflow questions that you shouldn’t miss out on:It’s no secret; we all u…
5+2 Books Every Java Programmer Should Read in Summer 2018
Looking for a good book for your summer vacation? Here are my 5 recommendations for software development books and 2 non-technical bonus recommendations.