Results 1 to 5 of 5
Thread: can u please tell me
- 01-24-2008, 05:04 AM #1
Member
- Join Date
- Jan 2008
- Posts
- 1
- Rep Power
- 0
- 01-24-2008, 05:25 AM #2
Welcome to the Java Forums bhaveshdhaduk.
Please see here.my que is what is the need of thread and synchronizations in multithrading.
huh? I understand that English may not be your first language... but you're going to have to do better than that.and first it process to multithrading after why we are doing to synchronization.Vote for the new slogan to our beloved Java Forums! (closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice? Vote now!
Got a little Capt'n in you? (drink responsibly)
- 01-24-2008, 01:45 PM #3
Member
- Join Date
- Jan 2008
- Posts
- 6
- Rep Power
- 0
There can be multiple threads which can run on base of specific memory.in that case the content in that memory should not be altered or mutated.So Synchronize is used to process thread by its priority.
And to your second question,Threading is a wonderful concept in Java.Synch is only used when there is a chance of multi threads uses or alters the contents of exact memory.But different memory spaces and its contents can be mutated with multi threading concept.
clear!
- 01-24-2008, 05:14 PM #4
Vote for the new slogan to our beloved Java Forums! (closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice? Vote now!
Got a little Capt'n in you? (drink responsibly)
- 01-29-2008, 11:07 AM #5
Member
- Join Date
- Jan 2008
- Posts
- 6
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks