Answer Posted / Rahul Rastogi
A BitSet in Scala is a sparse, mutable collection of Boolean values (bits). It is efficient for storing large sets of Boolean values and performs well when operations like union, intersection, difference, or test are performed on it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers