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.
サーバー クライアント ネットワークのソケットに関する Java チュートリアルを読んでいます。クライアントのコンピュータ名を使用することは重要ですか? それに代わるものはありますか?ゲームを作成していますが、他のクライアントで問題が発生するのではないかと考えています (同じコンピューター名を使用している場合)。
Socket clientSocket = new Socket("ComputerName", 4444);