What is the output of this program? (a) {0, 1, 3, 4} (b) {0, 1, 2, 4}

Question:

What is the output of this program?import java.util. *; class Bitset { public static void main(String args[]) { BitSet obj = new BitSet (5); for

(a) {0, 1, 3, 4}

(b) {0, 1, 2, 4}

(c) {0, 1, 2, 3, 4}

(d) {0, 0, 0, 3, 4}

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: