Câu hỏi:
Trước khi gởi một DatagramPacket đi, ta có thể đặt dữ liệu gởi đi trênDatagramPacket này bằng phương thức ?
A. Public void setAddress(InternetAddress dis)
B. Public void setData(byte buffer[])
C. Public void setPort(int port)
D. Public void setLength(int len)
05/11/2021 3 Lượt xem
Câu 2: Trong lớp DatagramSocket phương thức khởi dựng để tạo kết nối UDP với số hiệu cổng là?
A. Public void synchronized receive(DatagramPackage p) throws IOException
B. Public void synchronized send(DatagramPackage p) throws IOException
C. Public DatagramSocket() throws SocketException
D. Public DatagramSocket(int port) throws SocketException
05/11/2021 3 Lượt xem
Câu 3: for (int i = 0; i < args.length; i++) { try { Socket socket = new Socket(args[i], 80); System.out.print("Connected to " + socket.getInetAddress()); System.out.print(" on port " + socket.getPort()); System.out.print(" from port " + socket.getLocalPort()); System.out.println(" of " + socket.getLocalAddress()); } catch(UnknownHostException e) { e.printStackTrace(); } catch(SocketException e) { e.printStackTrace(); } catch(IOException e) { e.printStackTrace(); }
Chương trình sau thực hiện công việc gì?
for (int i = 0; i < args.length; i++) { try { Socket socket = new Socket(args[i], 80); System.out.print("Connected to " + socket.getInetAddress()); System.out.print(" on port " + socket.getPort()); System.out.print(" from port " + socket.getLocalPort()); System.out.println(" of " + socket.getLocalAddress()); } catch(UnknownHostException e) { e.printStackTrace(); } catch(SocketException e) { e.printStackTrace(); } catch(IOException e) { e.printStackTrace(); }
A. Kết nối đến một webserver nào đó.
B. Tạo một địa chỉ IP từ mảng byte, chuỗi String.
C. Cho địa chỉ, tìm tên máy.
D. Không có đáp án đúng.
05/11/2021 4 Lượt xem
Câu 4: UDP là viết tắt của?
A. User Protocol Defined
B. Under Datagram Package
C. User Defined Protocol
D. User Datagram Protocol
05/11/2021 4 Lượt xem
Câu 5: Trước khi gởi một DatagramPacket đi, ta có thể đặt thông tin địa chỉ máy nhận trên DatagramPacket này bằng phương thức ?
A. Public void setPort(int port)
B. Public void setLength(int len)
C. Public void setData(byte buffer[])
D. Public void setAddress(InternetAddress dis)
05/11/2021 5 Lượt xem
Câu 6: Truyền dữ liệu theo phương thức UDP là dạng truyền dữ liệu?
A. Chính xác
B. Đảm bảo
C. Không chính xác
D. Tất cả đều đúng
05/11/2021 3 Lượt xem
Câu hỏi trong đề: Bộ câu hỏi trắc nghiệm môn Lập trình mạng - Phần 2
- 35 Lượt thi
- 60 Phút
- 50 Câu hỏi
- Người đi làm
Chia sẻ:
Đăng Nhập để viết bình luận