Correct Answer: The current thread will block until the executon is completed and the operating system will spawn new threads to handle incoming requests. This can exhaust the number of allowed threads (255) and degrade performance over time.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Node.js MCQ Questions