Srinivas

Actually it is quite simple.

> Any body please suggest me how should i approach to get the details=20
> of a domain name by using java (like this is equilant to the whois =
> command in unix)
>

Step #1 => Use a Simple Socket to connect to rs.internic.net
                   ( i dont remember  @ what port ! )
Step #2 => Pass the domain name as a String
Step #3 => The server sends out the nessecary information thru the same socket

I might also have some source code .. if u r interested !

Cheerio !

Mayuresh

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to