Java Visibility Options

Java has 4 visibility options: Public, Protected, Private, and Default. However, is those visibilities enough? Sometimes we need to weigh tr… Read more

Similar

Deep Java Library(DJL)

We are excited to announce the Deep Java Library (DJL), an open source library to develop, train and run Deep learning models in Java using intuitive, high-level APIs. If you are a Java user… (more…)

Read more »

Why Java’s TLABs are so important

The JVM’s garbage collectors make use of Thread-Local Allocation Buffers (TLABs) to improve allocation performance. In this article we’re going to understand what TLABs are, how they affect the code generated by the JIT for allocation and what the resulti... (more…)

Read more »

CheerpJ – Java WASM Compiler

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 »