Java tutorial
import java.nio.channels.Channel; public class Main { public static void main(String[] args) throws Exception { Channel ch = System.inheritedChannel(); } }