Number(wrapper class )by AutoBoxing.some one given me why this problem in case3 o/p is false : give clear information | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Number(wrapper class )by AutoBoxing.some one given me why this problem in case3 o/p is false : give clear information

case1 Integer H =10; Integer M=10; System.out.print (H==M);// o/p is true case2 Integer H =100; Integer M=100; System.out.print (H==M);// o/p is true But case3 Integer H =1000; Integer M=1000; System.out.print (H==M);// o/p is false

25th Dec 2017, 7:45 AM
Meesala Harish
1 Answer
0
okey tq sir
25th Dec 2017, 2:32 PM
Meesala Harish