234 B
234 B
What happens to a thread's state during an I/O operation (like reading a file)?
📥 The thread enters the I/O blocked state when the request is made and only becomes Runnable again once the I/O is completed.