Java创建socket正确创建socket连接的语句:

Socket socket = new Socket("192.168.0.xxx", 8080);