MCQOPTIONS
Saved Bookmarks
| 1. |
Q: In the following pieces of code, B and D will compile without any error. True or false ? A: StringBuffer sb1 = "abcd"; B: Boolean b = new Boolean("abcd"); C: byte b = 255; D: int x = 0x1234; E: float fl = 1.2; |
| A. | 1 |
| B. | FALSE Answer & Explanation Answer: |
| Answer» B. FALSE Answer & Explanation Answer: | |