Quantcast
Viewing all articles
Browse latest Browse all 26

Boolean "!" Java

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.


Viewing all articles
Browse latest Browse all 26

Trending Articles