I need some clarification. So if someone does: boolean something = false; and then they do: while(!something){ } what exactly is that ‘!’ telling the while to do? also what is the if statement condition if its if(!something)
The post Boolean "!" Java appeared first on BlogoSfera.