What is the result of the following when called as java Binary.java? A. [] B. [0, 01,

Question:

What is the result of the following when called as java Binary.java? 

image text in transcribed

A. []

B. [0, 01, 1, 10]

C. [0, 01, 10, 1]

D. [0, 1, 01, 10]

E. The code does not compile.

F. The code compiles but throws an exception at runtime.

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

Step by Step Answer:

Question Posted: