//
but what is the necessary of Class level lock.and what conditions i have to think
about Class lock
//
A static method can't be invoked by an object.A static method can be invoked by calling the class name.
So if we call a synchronized static method then it'll acquire the lock of the class.
Scjp 1.4 - 80%
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.