Archive for the ‘Java’ Category

Free Java Maze Game: MayZ... - 6

ali • 04 February 2009 • Data Structure, Fun, Java, Laboratory

The famous maze game is the game that most people know it. That’s a complex puzzle that a passenger has to find a way from a beginning door through an exit. In this post, I introduce you my first Java application, a simple 2D maze game, which I’ve made it for the Data Structure course [...]

Java String Equality (Commo... - 0

ali • 18 June 2008 • Java

A very common mistake that lots of Java programmers will make is to use “==” to compare strings, rather than “.equals”. That’s what I keep reminding myself all the time and I never use “==” to do any string compare. Just today, when I was testing a Java program, I noticed that the programmer used [...]