Computer Science, asked by mkmanish5507, 1 year ago

What are Boolean literals in Java?

Answers

Answered by Anonymous
1

Boolean literals represent only two values true or false. And in Java the value of 1 is assumed as true and the value of 0 is assumed as false.

Similar questions