Category: Java
-
We Are Finally Getting Panama
After years of patience and multiple Java Enhancement Proposals, Java’s Project Panama is here.
-
Switching over a float in Java
Ever face the problem of having a float, and wanting to do a ton of stuff depending on its value? If somewhere in your brain started screaming after reading that, well, you’re in the right place. Java’s switch keyword can only take char, byte, short, and int primitive types; their…