python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can you help me understand the assertion about node js thread(s)?
Backstory
I recently completed my Node.js skill assessment on LinkedIn, which is basically a small test. But i noticed a question with a weird answer, which i can not understand.
Question
How does it...
Andrey Grigorev
Votes: 0
Answers: 0
Loop through all files in all folders recursively as fast as possible in GOLANG
I'm facing a problem that even after spending the day on the forums I still can't quite understand and solve.
So here it is, I made a function that loops over all the folders as well as its sub-folder...

LaM0uette
Votes: 0
Answers: 1
When does a thread in Spring ThreadPoolTaskExecutor queue get into running state?
I am using core pool size of 3 and queue size of 50 and max pool size of 500.
Suppose core pool and queue has threads as following
core pool = [A, B, C]
queue = [D, E, F]
Will the thread D execute onl...

noobCoder
Votes: 0
Answers: 1