Blogger

Delete comment from: Javarevisited

Anonymous said...

good questions. But your answers are not to the point. You are saying "this topic is also important. This.. That.. etc". But you are not explaining the actual answer properly. It will be better if you can focus on the answer.

For the 1st question, your answer was this...
"This thread interview question is mostly asked in the first round or phone screening round of interview and purpose of this multi-threading question is to check whether the candidate is familiar with the concept of "join" method or not."

But you didn't explain how it can be achieved using "join"
is it something like this in main method..?
T1.start();
T1.join();
T2.start();
T2.join();
T3.start();
T3.join();

Mar 2, 2019, 10:27:02 AM


Posted to Top 15 Java Multithreading, Concurrency Interview Questions Answers asked in Investment banks

Google apps
Main menu