A
A
Alina Mitrokhina2019-10-10 17:41:57
Java
Alina Mitrokhina, 2019-10-10 17:41:57

What should a Junior/Regular Android developer know about multithreading?

I am well aware that if I go to an interview on Android, then I will not avoid questions related to multithreading. I have a basic understanding of what it is and what they eat with. I would like you to tell me what you are personally asked or asked in your practice. How deep into this jungle can a Junior developer get interviewed? And how to answer such questions so that the answer satisfies the interviewer?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem, 2019-10-11
@fursa08

Mandatory to know and tell what it is:
Thread pool (Thread pool)
Methods wait () and notify ()
Pattern producer - consumer
Class CountDownLatch
Class ReentrantLock
Semaphore (Semaphore)
Mutual blocking (Deadlock)
Interruption of threads
Callable and
Future I won’t write what it is and how)) otherwise there will be a wall of text here. :) read, understand and forward! Good luck)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question