MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of this program? class Output { public static void main(String args[]) { String x = Boolean.toString(false); } } |
| A. | True |
| B. | False |
| C. | System Dependent |
| D. | Compilation Error |
| Answer» C. System Dependent | |