Syncronous and Asyncronous Programming
Syncronous Programming
Syncronous Programming : All the resources, Devices hardware will wait and until and 1 response processed.
Asyncronous Programming :
Asyncronous Programming : All the Resource,Devices,hardware does not to wait . request will be accepted from all but delivered once which is processed first.
Example - Nodejs
0 Comments