Java 12 introduces switch expressions. Together with a new lambda-style arrow syntax, this makes switch more expressive and less error-prone. (more…)
Read more »
Gain an overview of the Secure Coding Guidelines for Java SE. In this session, we give examples of insecure practices that may lead to security vulnerabiliti... (more…)
Read more »
Static analysis of Java enterprise applications: frameworks and caches, the elephants in the room, Antoniadis et al., PLDI’20... (more…)
Read more »
A Benchmark class for Java and C++ to measure latency in nanoseconds with percentiles. Equivalent benchmarks in Java and C++ for performance comparison and research. - coralblocks/CoralBench... (more…)
Read more »
You still have to watch how many objects you create. This article looks at a benchmark passing events over TCP/IP at 4 billion events per ... (more…)
Read more »