

MCQOPTIONS
Saved Bookmarks
1. |
Choose the correct usage of boolean literal in the options below. |
A. | boolean b= false; |
B. | boolean b= 2<4; |
C. | if(true) |
D. | All the above |
Answer» E. | |