Java Socket getChannel() methodThe getChannel() method of Java Socket class returns the unique SocketChannel object linked with this socket. SyntaxParameterNA ReturnThe getChannel() method either returns the socket channel linked with this socket or returns null if the socket was not created for the specified channel. Example 1Test it NowOutput: Channel: null Inet address: localhost/127.0.0.1 Port number: 1085 Next TopicJava Socket Class |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India