Mobile Game Development Frameworks This post is not intended to be a list of mobile game development frameworks. But, I will share my experience with a few game frameworks that I have used with more or less success. I’m not a game maker. I am however a programmer with an interest in creating games. I...
Tag: java
Autoboxing In Java – Java Integer == Integer – WTF moment with Java
Autoboxing in Java explained with examples In this post I will try to give you an example showing what autoboxing in Java is. This post is about a curious situation I encountered while debugging a Java application (not written by me). It was quite an “ahhh” “ohhh” “wtf” moment regarding since I spent about an hour...