All stream objects have __________ which indicate the position of the stream.
a. error state bits
b. condition statements
c. markers
d. intrinsic error messages
e. None of these
a. error state bits
You might also like to view...
Which of the following will be true after these lines are executed?
Consider the following snippet of code: ``` Random generator = new Random(); int randNum = generator.nextInt(20) + 1; ``` a) randNum will hold a number between 1 and 20 inclusive. b) randNum will hold a number between 0 and 20 inclusive. c) randNum will hold a number between 1 and 21 inclusive. d) these lines will not be executed because a compiler error will result. e) none of the above
A ____________________ is an attack in which a coordinated stream of requests is launched against a target from many locations at the same time.
A. denial-of-service B. distributed denial-of-service C. virus D. spam