What is synchronization with respect to multithreading andwhy is it important?2. What do you mean by thread synchronization? Write a program in java to display the use of thread synchronization.3.Explain thread
(a) What is multithreading in JAVA? (b) How can multiple threads run simultaneously on a single-processor system? Consider a single CPU system with two active processors A and B. Explain what happens i the following circumstances including any interrupts, system calls, etc. and ho...