Mastercard Interview Question

1. what is sychornisation,JAva8, oops,

Interview Answer

Anonymous

Jun 9, 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.