0 votes
in JAVA by

Which class is used to represent a server socket for communication between two computers over a network in Java?

a) ServerSocket

b) Socket

c) DatagramSocket

d) MulticastSocket

1 Answer

0 votes
by
Solution: a) ServerSocket

Explanation: The ServerSocket class is used to represent a server socket for communication between two computers over a network in Java.
...