implement this variable in java
- by davit-datuashvili
hello i have question suppose code is given like this
pattern_mask[pattern[i]] &= ~(1UL << i);
it doesnot matters other i am interesetd only 1UL here what kind of type is this in java?
1UL how implement in java?