Obscure conditional Java Syntax -
we found, colleague , i, strange compiling syntax if conditional syntax :
if (true); { foo(); } is there here explaining strange syntax? thx.
the first part, if (true); do-nothing conditional ends @ ;. rest call foo() inside new scope block. should find foo() called.
Comments
Post a Comment