When using a new language or using new features of a language that I have not used before, I like to know what fields and methods are supported by various classes and objects in that language. This ...
Because it’s my bag, I’ve found that many Java developers aren’t aware of how to leverage anonymous classes. Indeed, they are an extremely handy feature, which can yield concise, but expressive code ...