I just watch pretty good talk about Java 8 features and I made the notes. Sharing them with you. (more…)
Read more »
Unfortunately Persona is ending operations Nov 30th. Click: forgot password to update your account. (more…)
Read more »
According to the interwebs, Java is one of the most popular programming languages in the multiverse.
And yet, when it comes to games, its popularity seems to dwindle. (more…)
Read more »
The problem Given a positive integer num, output its complement number. The complement strategy is to flip the bits of its binary representation. Example 1: Input: num = 5 Output: 2 Explanation: The binary representation of 5 is 101 (no leading zero bits)... (more…)
Read more »
Java Flight Recorder is a profiling and event collection framework built right into the Oracle JDK.
Read more »