The second part of the interview series is all about Java 11: we dissect influencers’ favorite features and we talk about what’s left to axe. Don’t miss it!
Category: Articles
Different Ways to Capture Java Heap Dumps | Baeldung
Learn multiple ways to capture a heap dump in Java
JavaFX 11: What’s changed, and what’s stayed the same – JAXenter
Now that JavaFX 11 is here and a new era has begun, it’s time to take a look back and a leap forward. We invited 4 people to weigh in on the latest release.
Asynchronous Flow invocations with Corda Services
How can I make my Flows faster? There’s a good chance you have thought about this before if you have…
Knative serving – using Ambassador gateway
This is a continuation of my experimentation with Knative serving, this time around building a gatew…
Java Weekly, Issue 247 | Baeldung
A primer on managing security when moving a Spring Boot app to the Google Cloud Platform, and the new Spring Data JDBC module looks promising. A solid week.
Cettia: A Java server for building real-time web apps – JAXenter
This web app framework for Java allows developers to exchange events between the server and client in real-time. Cettia is now celebrating its 1.1 release!
The future of Java and OpenJDK updates without Oracle support – RHD Blog
This post describes the furture support for Java and OpenJDK updates, now that Oracle has announced that soon it will no longer supply free binaries for JDK releases or write patches for bugs.
Top 10 Java and Web Development Courses to Learn in 2018
Hello guys, I am sure you all have made your goals and resolutions for this year e.g. what to learn in 2018. If you haven’t then check out …
All about var: How Local-Variable Type Inference can clear up Java verbosity – JAXenter
One new feature in Java 10 is local-variable type inference. Adrian D. Finlay explores how developers can take advantage of var types.
How it works: Java Messaging System (JMS) – Deliver Enterprise Java Today
Learn the architecture of the Java Messaging System (JMS) in this guest post by Abdalla Mahmoud, the author of Developing…
How to swap two elements in ArrayList in Java – HowToDoInJava
Learn to swap two elements in arraylist in Java. We will use Collections.swap() method to swap two elements within specified arraylist at specified indices.
How to synchronize ArrayList in Java – HowToDoInJava
ArrayList is non-synchronized collection. Learn to synchronize ArrayList using either Collections.synchronizedList() method or CopyOnWriteArrayList class.
How to compare two ArrayLists in Java – HowToDoInJava
Learn to compare two arraylists in Java with simple examples. We will first test if two arraylists are equal or not then find the difference between lists.
JDK Bug System Time Wasters
Several possibilities of the message’s possible contents crossed my mind when I saw the title of Jesper Wilhelmsson ‘s message ” Introducing…