java me - get ip address of a website with J2ME -


i want ip address of website e.g., http://www.sssssss.vvv has ip address 111.22.3.4.

with java se can below.

string ipaddrs = inetaddress.getbyname("http://www.sssssss.vvv").gethostaddress(); 

can please tell me same thing j2me api.

i searched online solution question, no use.


Comments