Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~225 People Reached
Favorite Forums
Favorite Tags
java x 3
Member Avatar for nakulmadaan

i am trying to interrogate root DNS servers, using " TRACERT " but after going to first hop i am getting " Request timed out " please help. code is as follows import java.net.*; import java.io.*; class Whois extends Thread { public String traceCmdUnix = "tracert -h 10 ; private …

0
79
Member Avatar for nakulmadaan

IS THERE ANY PARALLEL FUNTCION FOR DIG IN JAVA. "RouteThrough", "RT", TYPE_RT:: I tried this in java but i am getting this error at run time "ERROR - DNS Error: Unknown resource record type 'RT' " It performs DNS lookups and displays the answers that are returned from the name …

Member Avatar for nakulmadaan
0
146