Fork me on GitHub
Kemikit
A chemical romance bursts into the IT world

Why the object allocation is so fast in JVM?

One can use different algorithm types and modes for encryption. One of the famous cryptographic modes is Cipher Block Chaining or CBC...

There is new API in Java 9 which provides efficient mechanism for accessing to current thread's stack frames with abilities to filter and lazy access...

The final version of try-with-resources statement in Java SE 7 requires a fresh variable to be declared for each resource being managed by the statement...

Using the monitoring tools provided by the JDK, we can gain insights into the JVM itself. One of such insights that may come useful in some situations, is the GC algorithm...