Sometimes I run into the exclamation mark !
before the character equal =
and I always have a question about why I have it there. Small example:
if (model.getFile() != null){
I know that if the result of model.getFile()
is true
it follows the code, but what does !
do explicitly?