Mastercard interview question

1. what is sychornisation,JAva8, oops,

Interview Answer

Anonymous

9 June 2021

Synchronization is used to use the piece of code by one thread at a time. It does by using keyword synchronization which lock the piece of code to be used by specific thread.