Question: If I type in Java ransom.nextBytes(), where ransom is an object of the class Random, and print it into the screen, what are the possible
If I type in Java "ransom.nextBytes()", where "ransom" is an object of the class "Random", and print it into the screen, what are the possible answers?
Nothing, Ecllpse will say that there is an error.
"0" or "1"
"true" or "false"
A random byte.
A sequence of "0" and "1".
A sequence of bytes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
