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: Home
Different Ways to Capture Java Heap Dumps | Baeldung
Learn multiple ways to capture a heap dump in Java
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.
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…
Difference between compact strings and compressed strings in Java 9
What are the advantages of compact strings over compressed strings in JDK9?
Java Hashmap – containsKey(Object key) and containsValue(Object value) – Check if Key/Value Exists in Map • Crunchify
There are few concepts and technologies which comes by default with each and every programing language and Collection is one of them. Java Collection is a
cardillo/joinery
Data frames for Java. Contribute to cardillo/joinery development by creating an account on GitHub.
Error in Kotlin but using only Java – Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter
I get this error when try to run my Android application and I am not using Kotlin at all, application is written in Java…Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter can not acc…
Serverless – simply an approach to building modern applications?
If you search for “serverless” you find that serverless is a new popular way to build modern applica…
Real Microservices with Java EE – Oracle Developers – Medium
Microservices is one of the most important buzz-words that we have in the software industry today. Not surprising because many big…
Constructor references in Java (& method references too) – JAXenter
Constructor references are new additions to JDK 8. Adrian D. Finlay explores how developers can unlock the true potential of constructor references.
It’s time to put a spotlight on ZGC and dim Nashorn’s star: Java influencers weigh in – JAXenter
In the 4th part of our Java interview series, we talk about the door that closes & the one that opens. Can you guess what technologies we’re talking about?
High-Performance Java Persistence – Introduction Module
Learn the basics of JPA and Hibernate and how to get the most out of your data access layer.
A Guide to Java Sockets | Baeldung
This tutorial introduces Java sockets programming over TCP/IP with an actual Client/Server application.