difference between"true" and true in java based on data type in java
Answers
Answered by
3
Answer:
TRUE is a reference to an object of the class Boolean, while true is just a value of the primitive boolean type. Classes like Boolean are often called "wrapper classes", and are used when you need an object instead of a primitive type (for example, if you're storing it in a data structure
Explanation:
plz mark me brainlist
Similar questions