下列构造方法中,不属于ServerSocket类构造方法的是( )
A.ServerSocket(String host)
B.ServerSocket(int port)
C.ServerSocket(int port, int backlog)
D.ServerSocket()
正确答案是A