Java Networking “Connection Refused: Connect”

后端 未结 5 2166
你的背包
你的背包 2020-12-16 19:32

I have been trying to get a simple networking test program to run with no results.

Server:

import java.io.*;
import java.net.*;

public class ServerT         


        
5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-16 20:00

    For what it's worth, your code works fine on my system.

    I hate to say it, but it sounds like a firewall issue (which I know you've already triple-checked) or a Comcast issue, which is more possible than you might think. I'd test your ISP.

提交回复
热议问题