java - How to create client socket using domain name -


Hi I'm using Java socket programming. I make the client socket must pass the IP and port. But I want to make the client socket to have a domain name and port would make it possible. Instead of my domain name internally referenced by a static address means that the IP address I want to have www.xyz.com.

Thanks Sunil Kumar Sahoo

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -