^title Null Class ## Methods ### **!** operator Returns `true`, since `null` is considered [false](../../control-flow.html#truth).
System.print(!null) //> true