Search:

Type: Posts; User: Jonathan_C

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,597

    Re: If statement not returning anything

    Thanks
    That worked perfectly!
  2. Replies
    3
    Views
    1,597

    If statement not returning anything

    import java.net.*;
    import java.io.*;

    public class Foo{
    public static void main (String[] args)
    {
    try {
    InetAddress thisIp = InetAddress.getLocalHost();
    String[] result =...
Results 1 to 2 of 2