0 / 60 seg.

Analyze the NOT operator in this Java code:

boolean flag = true;
boolean opposite = !flag;