When programming in C, one has to allocate and de-allocate memory by hand. It is an error prone process. In contrast, newer languages like Java often manage their memory automatically. Java relies on garbage collection. In effect, memory is allocated as n... (more…)
Read more »
Today, Red Hat and the Quarkus community announced Quarkus 1.0. Quarkus is a Kubernetes-native Java stack that is crafted from best-of-breed Java libraries and standards, and tailored for containers and cloud deployments. (more…)
Read more »
Together with Oracle Java experts and the Java community, we cordially invite you to join us for a very special online event to hear our personal stories, experiences, and ideas that add to and enrich the ongoing Java story. (more…)
Read more »
Have you ever been able to confidently write Java for hours without executing it? I think exploiting J8 and generic types can help with that... (more…)
Read more »
CheerpJ is a Java to HTML5 compiler, allowing you to convert any
Java client application into standard HTML5, WebAssembly and
JavaScript. Find out how CheerpJ provides a seamless experience of
java applications on any browser. (more…)
Read more »