After Java’s release cycle got revolutionized, we can expect more and more changes coming to the language faster than in the past. This is why…
Java 8: Class.getName() slows down String concatenation chain
recently I’ve run into an issue regarding String concatenation. This benchmark summarizes it:@OutputTimeUnit(TimeUnit.NANOSECONDS)public class BrokenConcatenationBenchmark { @Benchmark public
Java Optional min max Streams #15 – Java Challengers
On this Java Challenge, you are going to learn details from the use of streams, Optional min and max methods. Learn Java core concepts by having fun!
Measuring Time: From Java to Kernel and back – JVM Advent
Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do a deep dive into measuring time in Java. We will start with the very basics of the Java API and gradually move lower in our stack: through the OpenJDK source code, glibc, all the way …
Development Tools in the Payara Platform Datasheet
Development Tools in the Payara Platform Development Tools in the Payara Platform Datasheet Development tools are a true companion….
Weekly Review: Quarkus 1.0.0.Final, five JEPs for Java 14 & more
Last week Quarkus 1.0.0.Final arrived, five new JEPs were confirmed for Java 14 and we published a new interview in our series Women in Tech.
Java Weekly, Issue 309 | Baeldung
An intro to the Lambda DSL for Spring Security, and a quick technical overview of the California Consumer Privacy Act (CCPA), which takes effect January 1.
A guide to Java versions and features
You can use this guide to get practical information on how to find and install the latest Java, understand the differences between Java distributions (AdoptOpenJdk, OpenJDK, OracleJDK etc.), as well as get an overview of Java language features, including version Java versions 8-13.
Javafx | Switzerland | DLSC Software & Consulting GmbH
Mon Dec 02 07:16:38 EST 2019
Testing HTML and JSF-Based UIs with Arquillian
How to use the testing framework to handle pure HTML, JSF, PrimeFaces, and Ajax in all major browsers
Java Weekly, Issue 308 | Baeldung
The Spring Security OAuth story is continuing, a new JVM TI agent that can detect an unhealthy JVM, plus an overview of Java versions, features, and distributions.
How to Read Version Number and Other Details From Java Manifest – DZone Java
One of the biggest challenges teams struggle with is versioning packages. Read this post on reading version numbers and other details from the Java Manifest.
5 steps for an easy JDK 13 install on Ubuntu
Before you get started with JDK 13, you’ll need to install it. Here are five simple steps for a quick and painless installation on Ubuntu, and also how to set the JAVA_HOME and PATH variables.
Java Particle Acceleration using Quarkus – JAXenter
In this video, you will meet Quarkus, a Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best Java libraries.
Kotlin 1.3.60 updates Java-to-Kotlin converter – JAXenter
Java and Kotlin go hand in hand, especially when it comes to Android development. Kotlin version 1.3.60 just released and it contains a number of updates.