difference between"true" and true in java based on data type in java
Answers
Answered by
20
Answer:
plzz mark as brainlisettt and also thank me ....mate..
hope this helps u ...
Explanation:
A Boolean value is one with two choices: true or false, yes or no, 1 or 0. In Java, there is a variable type for Boolean values: boolean user = true; So instead of typing int or double or string, you just type boolean (with a lower case "b").
Similar questions