Advertisement
Guest User

Main class

a guest
Jan 28th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. public class IP_address{
  2. public static void main(String[] args){
  3. Country_Location CLip = new Country_Location();
  4. System.out.println(CLip.cl.getCountry("151.38.39.114").getCode());
  5. /*System.out.println(cl.getCountry("151.38.39.114").getName());
  6. System.out.println(cl.getCountry("22.25.205.51").getCode());
  7. System.out.println(cl.getCountry("64.81.104.131").getName());
  8. System.out.println(cl.getCountry("200.21.225.82").getCode());*/
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement