Constructing arrays of Boolean values in Java

It is not uncommon that we need to represent an array of Boolean (true or false) values. There are multiple ways to do it. The most natural way could be to construct an array of booleans (the native Java type). It is likely that when stored in an array, J… Read more

Similar

Java Multi-Threaded SHA2 Collision Finder

This is a multithreaded JAVA Birthday-bound collision finder that will populate an AVL tree while querying for matches. once a match is found the two colliding files are output and then program increases the quality standard for nibble matches. Once the A... (more…)

Read more »

Java 9 and IntelliJ IDEA

Java 9 is released today, so let’s do a quick recap of the Java 9 support in IntelliJ IDEA, and have a peek at some of the upcoming features in IntelliJ IDEA 2017.3 for Java 9. (more…)

Read more »