Try it and see:

class FalseTest{
public static void main(String[] args){
System.out.println(!(5>3) && 1<2);
}
}