DEVFYI - Developer Resource - FYI

Is the numeric promotion available in other plantform?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

64. Is the numeric promotion available in other plantform?

Yes. Because Java is implemented using a platform-independent virtual machine, bitwise operations always yield the same result, even when run on machines that use radically different CPUs.

(Continued on next question...)

Other Interview Questions