Top 13 Multithreading Questions Asked In Interview With Explanation and PDF | Most Important

preview_player
Показать описание
Top 13 Multithreading Questions Asked In Interview With Explanation and PDF | Most Important

You can follow me on:

About this video:
In this video, We will discuss Top 13 Multithreading Questions Asked In Interview

Please leave a LIKE and SUBSCRIBE for more content!

⭐ Tags ⭐
Top 13 Multithreading Questions,interview questions multithreading,java multithreading interview questions,java interview questions and answers,java interview questions code decode,multithreading interview questions in java,multithreading interview questions for 5 years experienced,multithreading in java,java thread interview questions,java interview questions,multithreading interview questions,multithreading in java interview questions,java multithreading,java genie

✅ Hashtags ✅
#tp13MultithreadingQuestions #coding

important Videos:

Important playlists :

MetaData:
multithreading interview questions in java,
multithreading interview questions,
multithreading interview questions c++,
multithreading interview questions for 5 years experience,
multithreading interview questions in java in hindi,
multithreading interview questions and answers,
multithreading interview questions in c#.net,
multithreading inter thread communication
multithreading interview,
multithreading interview questions in python,
multithreading questions in java
multithreading questions
multithreading questions for experienced
multithreading questions in c++
multithreading questions for experienced java
multithreading queue in python
multithreading questions and answers in java
multithreading queue
multithreading queue python example
multithreading queue java
multithreading queue c#
multithreading interview questions
multithreading interview questions in java by durga
multithreading interview questions c++
The selected predictions are:
multithreading in java
multithreading in python
multithreading in java by durga sir
multithreading in c#
multithreading in operating system
multithreading in java interview questions
multithreading in os
multithreading in java telusko
multithreading in java in tamil
multithreading in java in hindi
multithreading in java in telugu
multithreading in c++ tutorial
multithreading in python in hindi
multithreading in spring boot
interview questions multithreading in java
interview questions multitasking prioritizing
interview questions multithreading
interview questions mulesoft
interview questions mule 4
interview questions multithreading c#
interview questions multiple choice
interview questions multitasking
interview questions multiple priorities
interview questions multidisciplinary team
interview questions multicultural environment
interview questions multiple projects
interview questions multiple deadlines
interview questions for mulesoft developer

Top 13 Multithreading Questions Asked In Interview With Explanation and PDF | Most Important
Рекомендации по теме
Комментарии
Автор

A little bit descriptive answer for Q5 is that in an application where one might need to extend super classes, if we use "extends Thread" then there is no option to extend any more classes. Better to use "implements Runnable" which will allow you to extend anything else :)

iamabhik
Автор

The reason to use implement Runnable interface than extending Thread class is because Java doesn’t support multiple inheritance, once you extend Thread class you cannot extend any other class but with implementing runnable you can extend other class as well.

fitMindBody
Автор

It is preferred to implement a Runnable interface instead of extending Thread class. As implementing Runnable makes your code loosely coupled as the code of thread is different from the class that assign job to the thread. It requires less memory and also allows a class to inherit any other class.

AbhishekSingh-py
Автор

I got most of these question in my interview today :) Thanks. for making such videos :)

rajaniupadhyay
Автор

sleep vs wait
in sleep thread holds the lock
while in wait thread releases the lock and waits

mayanksharma
Автор

Q1 : How JOIN can be used to make T2 start after T1 ? join is used to wait for another thread to complete when its task is completed, which means T1 T2 T3 might be in running state at the same time. May be we can use isAlive method to check if T1 is completed and then start T2

basavaraj
Автор

Please make a video on SOLID principles, explaining with the code . Much needed concept for LLD interviews.

venugopalreddy
Автор

Sir make a video in Specialization & generalization on java

venkateshr
Автор

Bhai thoda Microphone ka quality acha hota to samaz aata

swaroop
Автор

sadly say that, but most of the answer is not correct.

sharuk
Автор

How do you do last question? Not sure how modulus works to solve it

scoobydooby
Автор

are C++ coders also supposed to know all these, for freshers

meme_engineering
Автор

Difference between class lock object lock??

SunnySingh-iswm
Автор

Hello Sir, Can you please suggest a good resource to learn multi threading?

venugopalreddy
Автор

15:02 you should have code this solutions

HimanshuSingh-tiqw
Автор

Dude don't use English title if you are not going to use English! Annoying!

yididiyagebredingel