question about operator

QUESTION NO: 96

Which two are equivalent? (Choose Two)

A. 16>4

B. 16/2

C. 16*4

D. 16>>2

E. 16/2^2

F. 16>>>2

Answer: D, E

why are they d and e?

[203 byte] By [javagirla] at [2007-11-27 11:09:26]
# 1

Research bit shifting.

floundera at 2007-7-29 13:35:23 > top of Java-index,Java Essentials,Training...
# 2

answere is not D and E

but it is D and F

as for positive variables >> is equivalent to >>>

kapoorvinnya at 2007-7-29 13:35:23 > top of Java-index,Java Essentials,Training...
# 3

thanks

javagirla at 2007-7-29 13:35:23 > top of Java-index,Java Essentials,Training...