<evaluation> ? <true result> : <false result>.
A sub class can, of course, still change the value contained in the static.
can not override static method/variables . but can be accessed by sub class
SCJP 1.4
Given the following class, what is the value of Logger.logerCount after calling Logger.createInstance(-1) ?
why the output is 1 not zero??