Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Replies
    2
    Views
    1,194

    Re: doubt on synchronized block-2

    ALso posted at http://www.javaprogrammingforums.com/threads/20314-synchronized-block.html#post85783
  2. Replies
    2
    Views
    1,194

    Re: doubt on synchronized block-2

    Have you read the tutorial?
    Synchronization (The Java™ Tutorials > Essential Classes > Concurrency)




    String aStr = "";
    ...
    synchronized(aStr) {
    // have lock on aStr
Results 1 to 2 of 2