

MCQOPTIONS
Saved Bookmarks
1. |
Will this program generate same output is executed again? class Output { public static void main(String args[]) { int y = double z = Math.random(); System.out.print(y); } } |
A. | Yes |
B. | No |
C. | Compiler Dependent |
D. | Operating System Dependent |
Answer» C. Compiler Dependent | |