Monday 25 August 2014

java program to ping an ip address

import java.io.*; class ping { public static void main(String a[])throws Exception { String IP; String cmd; BufferedReader br=new BufferedReader(new InputStreamReader(System.in));


Read more...

No comments:

Post a Comment