I have a table in java in which all the values are held in boolean but I wanted to make the true and falses 1 and 0's. How could I do this since boolean and int are incompatible types?
.
I have a table in java in which all the values are held in boolean but I wanted to make the true and falses 1 and 0's. How could I do this since boolean and int are incompatible types?
.
Bookmarks