Here is some code to do domain lookup in java (nslookup style): Hashtable env = new Hashtable(); env.put(“java.naming.factory.initial”, “com.sun.jndi.dns.DnsContextFactory”); DirContext … Learn more
Here is some code to do domain lookup in java (nslookup style): Hashtable env = new Hashtable(); env.put(“java.naming.factory.initial”, “com.sun.jndi.dns.DnsContextFactory”); DirContext … Learn more