Even the experienced Java developers dread Java multithreading interview questions & coding exercises. Interviewers love to drill you on multithreading as it can reveal a lot about your capabilities.
Q1. What is a thread?
A1. It is a thread of execution in a program.
…