dns - How do you convert a textual domain into an IPv6 in Java? -


how can convert textual domain (dns) www.abc.com equivalent ipv6 address fe80:0000:0000:0000:0202:b3ff:fe1e:8329?

i tried using inet6address ended ipv4 address.

example:

inet6address.getbyname("www.abc.com").gethostaddress(); 

gave me like:

129.42.38.1 

so i'm not sure issue in this.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -