Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Lecture "Computer networks 1 - Lecture 9: Socket Programming with Java" has contents: Using InetAddress, using socket, using serverSocket, client-Server application with UDP, client-Server application with TCP, and othere contents. | Computer Networks 1 Mạng Máy Tính 1 Lectured by Dr. Phạm Trần Vũ CuuDuongThanCong.com https fb.com tailieudientucntt iLecture 9 Sockel h Java CuuDuongThanCong.com https fb.com tailieudientucntt BKfc tp.hcnM . I .All Using InetAddress 1 Get local address import java.net. public class HostInfo public static void main String args HostInfo host new HostInfo host.init public void init try InetAddress myHost InetAddress.getLocalHost System.out.println myHost.getHostAddress System.out.printIn myHost.getHostName catch UnknownHostException ex System.err.println Cannot find local host CuuDuongThanCong.com https fb.com .