Java Non-Denotable Types

You learn something new everyday as a programmer. Whilst reading a preview of The Well-Grounded Java Developer 2nd Edition (MEAP V02), I noticed something that looks like duck typing! This is referred to as a non-denotable type, it is inferred as the type of the expression that is assigned. In this case, the type is […]