Nick
0
Q:

how to split properly if condition

public static void main1(String[] args) {

    if (args != null
        && args.length == 2
        && !args[0].equals(args[1])
        ) {
            System.out.println("Args are ok");
    }
}
1

Tags

New to Communities?

Join the community