aspose file tools
The moose likes Beginning Java and the fly likes query about synchronized Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "query about synchronized" Watch "query about synchronized" New topic
Author

query about synchronized

abin joy
Ranch Hand

Joined: Jul 29, 2008
Posts: 35


In this piece of code what does the "synchronized(this)" do?
[ August 11, 2008: Message edited by: Rob Prime ]
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

"abin abin joy",

Please read your private messages regarding an important announcement.

Thank you,

Rob

Also, UseRealWords. When I read your subject I had no idea what "abt" meant. You should also UseCodeTags. I changed your post for you (also to fix the subject), and look how much better the code part looks.

As for your question, check out the JLS.

Finally, moving to the beginner's forum.
[ August 11, 2008: Message edited by: Rob Prime ]

SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Kuladip Yadav
Ranch Hand

Joined: Jul 30, 2008
Posts: 162

Check this Link . That may be useful for you.

Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: query about synchronized
 
Similar Threads
synchronized method(s) purpose
Thread holding a lock more than once
Synchronization problem
Synchronization blocks
String constant pool and synchronization