posted 13 years ago
Hi,
In your code above, staticT, did get initialized. If you can see your code
This particular statement is checking whether null and staticT point towards the same object. They don't
thats why the output is false. If you amend your code and put a printout statement before the equality,
you will see staticT, does refer to an object.
Hope this helps,
Beenish
Targetting SCJP 6.0 | My Blog