多項選擇題數(shù)據(jù)報的發(fā)送過程包括()。

A.創(chuàng)建DatagramSocket對象
B.創(chuàng)建DatagramPacket對象
C.調(diào)用DatagramSocket對象的receive()方法
D.調(diào)用DatagramSocket對象的send()方法


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題數(shù)據(jù)報的接收過程包括()。

A.在指定的本地端口創(chuàng)建DatagramSocket對象
B.創(chuàng)建一個用于接收數(shù)據(jù)報的DatagramPacket對象
C.調(diào)用DatagramSocket對象的receive()方法
D.以上都是