What will be the value of y in the following line of code. y="12"+"11";
23
1211
1112
1121
Which one among the following is a float type?
1.234
1.2
1.23f
f1.234
What will be the output of the following code?Class master {public static void main (String [ ] args){int a=3, b=5; if(a>b){int c=0;}if(c==0){System.out.println("a is greater");}}}
0
a is greater
error
no output
Which one of the following cannot be used as an identifier?
Digit
Suppress
Program
Native