5
Reply

What is synchronization?

Ankur Jain

Ankur Jain

Aug 18, 2014
1.8k
0

    synchronization is defined as a mechanism which ensures that two or more concurrent processes

    Keerthi Venkatesan
    May 13, 2016
    0

    Object converted to streams of bytes is called serialization

    Mahalakshmi Meganathan
    August 26, 2015
    0

    Synchronization is the coordination of events to operate a system in unison. The familiar conductor of an orchestra serves to keep the orchestra in time. Systems operating with all their parts in synchrony are said to be synchronous or in sync.

    Kml Surani
    April 15, 2015
    0

    http://www.albahari.com/threading/part2.aspx

    Munesh Sharma
    October 08, 2014
    0

    The mechanism needed to block one thread access to the data. If the data is being accessed by another thread. Synchronization can be accessed by using system.monitor class A monitor class methods are enter, exit, pulse for this lock statement is also used Suppose if we need to synchronize some data at that time we need to place that data in this block Lock { } Whatever the data has been placed into the lock block that data has been blocked

    Ankur Jain
    August 18, 2014
    0