Đang chuẩn bị liên kết để tải về tài liệu:
Bài giảng Computer Networks 1 (Mạng Máy Tính 1): Lecture 9 - Dr. Phạm Trần Vũ

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Bài giảng Computer Networks 1 (Mạng Máy Tính 1): Lecture 9 - Socket Programming with Java bao gồm những nội dung về Using InetAddress, Using Socket, Using ServerSocket, Client-Server Application with UDP, UDP Client, Client-Server Application with TCP. | Computer Networks 1 Mạng Máy Tính 1 Lectured by Dr. Phạm Trần Vũ iLecture 9 Socket Programming with Java 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.println myHost.getHostName catch UnknownHostException ex System.err.println Cannot find local host