Java-based implementation of the NIST FIPS-203 Standard (Module-Lattice Key-Encapsulation Mechanism) - mimiclone/fips203-java... (more…)
Read more »
Syntactic sugar (like the introduction of var) is often not enough to convince somebody (especially non-developer) to move forward. This is one of the reasons why Java 8, almost 7 years after its first release, is still widely used. However, many things h... (more…)
Read more »
Java 9 brings more than just modules: better performance, less momory consumption, G1 as the default GC, HTML5 Javadoc ... a lot goes on inside Java 9. (more…)
Read more »
For most, “Hello World” has been the prominent choice of test phrase when beginning journey of learning a new programming language.
It’s… (more…)
Read more »