The Java Virtual Machine needs memory to breathe – sometimes more than we like. One of its hungrier subsystems can be the Metaspace, the part of the JVM holding class metadata. With JEP 387, SAP contributed... (more…)
Read more »
Choosing a programming language for a new project is a tough decision with long-lasting effects. This involves considering how well the languages integrate with the team’s existing technology stack, how mature the languages are, and what learning curve is... (more…)
Read more »
Codename One allows developers to write in Java and build them into native code for various mobile platforms. Too good to be true? Aldo Ziflaj investigates.
Read more »
The official source of product insight from the Visual Studio Engineering Team... (more…)
Read more »
Get a detailed guide on the new Stream functionality in Java 8. See how various operations are supported and how lambdas and pipelines can be used to write concise code. Understand some characteristics of streams like lazy evaluation, parallel and infinit... (more…)
Read more »