PS: I understand the difference between \"true\" and true.
Edit: I also understand that Boolean.TRUE is a wrapper for the primitive true, my question then is - why d
true is of the primitive boolean type while Boolean.TRUE is a Boolean object that wraps the true value.
true
boolean
Boolean.TRUE