MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the below Java code? |
| A. | true,true,true,true, |
| B. | true,false,false,true |
| C. | true,false,true,true |
| D. | Compiler error |
| Answer» D. Compiler error | |