News

One day, there will be a full increment release of Java, and when that two-point-oh version becomes official, I am desperately hoping they will include a fully implemented toString() method in the ...
Experienced Java developers know the importance of well-written toString methods. It's much easier to log and debug objects that can be viewed in human-readable form; this is particularly the case ...
Groovy inherits positive Java features including the ability for object’s to easily provide their state via a standard approach by explicitly overriding Object.toString().This is a valuable ...