

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this program? class Output { public static void main(String args[]) { final int a=10,b=20; while(a |
A. | Hello |
B. | run time error |
C. | Hello world |
D. | compile time error |
Answer» E. | |