Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which class in Java can be used to represent bit array?

a) BitSet
b) BitVector
c) BitArray
d) BitStream

Answer: a
Explanation: The BitSet class creates a special type of array that can hold bit values.

Join The Discussion