Hello everyone:
As I am preparing for, and planning to take the SCJP exam probably in next year, I am wondering if any Java programmer would like to share their "gotcha" question here, something simple but very helpful as a reminder to refresh your Java knowledge and skills.
For example, my favourite one is like this:
System.out.println(-13/4 + "");
I always wish I could open the terminal to test the result with this sort of tricky question :(