Operators

If Statement in Java: Explained

1/4
boolean flag = false;
if (flag = true) { }

What is true for this expression?

Comments