Wednesday, May 24, 2006

Object funda

1). An object can be finalized only once.
2). An object has exactly one lock.
3). The lock of an object is independent of lock of its class.
4). A thread can reacquire the lock on the same object.
5). A thread can have locks on different object at the same time.

0 Comments:

Post a Comment

<< Home