I am trying to understand how the
Java NIO library works ...
I have written some code which just opens multiple selectors
Each time when i open a selector i can see connections being created at the socket level, so for example in this case 3 connections get created.
In the below image i have highligted those 3 connections being made to dynamic ports ...
This question is closely linked to the this one