Thread
:
'Main' Thread in Java
View Single Post
shabbir
Go4Expert Founder
10Mar2008,17:09
You need to revisit on how static members work.
Any static members can be accessed via the object of the class but additionally they can be accessed even without creating the object