Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は php を使用して作成されたサーバーを持っており、それは と をリッスンしてipaddress1いport1ます。次に、Java で作成されたクライアントがあり、 を使用してサーバーに接続しますipaddress1。port1このSocket s = new Socket(ipaddress1, port1);サーバーとクライアントは互いに通信できますか?
ipaddress1
port1
Socket s = new Socket(ipaddress1, port1);