Re: Need for help while writing resolver

2001-05-07 Thread Ingo Rockel
Although this isn't really Java/linux related: try: InetAddress host = InetAddress.getByName ("bc.edu.pk"); host.getHostAddress ("bc.edu.pk"); Greets, Ingo On Mon, 7 May 2001, MCS-MAAT wrote: > Respected fellows > I am writing an application in Java. For whic

Need for help while writing resolver

2001-05-07 Thread MCS-MAAT
Respected fellows I am writing an application in Java. For which i need resolver which could translate the name of domain to its IP. eg. bc.edu.pk to 210.56.11.76 is there any function of net package of java library regarding this problem which could directly perform this task. i have