Operators
© examsiri.com
Question : 6 of 23
Marks:
+1,
-0
Given:
Which, inserted independently at line 5, will compile? (Choose all that apply.)
1. class Example {
2.   public static void main(String[] args) {
3.    Short s = 15;
4.    Boolean b;
5.    /* insert code here*/
6.   }
7. }Which, inserted independently at line 5, will compile? (Choose all that apply.)
Go to Question: