RE: What is the difference between synchronization, delay and wait.
Synchronization is a process of making a data available to two or more requesting process in a order and stoping them from coliding with each for the same data...and the synchonization process can be implemented with delay and wait functions...
RE: What is the difference between synchronization, delay and wait.
Synchronization means the Anticipating time difference between the application and user/tool which makes the script not to proceed further for which we have to use delay functions which makes the application / tool to wait and proced which resolves the synchronization issue..