Articles, Home

GraalVM 19.3 Brings JDK 11 Support

GraalVM, a polyglot virtual machine that provides a shared runtime to execute applications written in multiple languages like Java, C, Python, and JavaScript, has released version 19.3 with support for JDK 11. Previous versions of GraalVM were based on JDK 8.

Articles, Home

Java Cryptography

The Java Cryptography API enables you to encrypt and decrypt data in Java using industry standard algorithm, as well as manage keys, authenticate messages etc.