Saved Bookmarks
| 1. |
H) Predict the outputint res = Integer valueOf(“100”).compareTo(new Integer("100"));Integer c=155;Integer d=155;System.out.println(res);System.out.println(c==d);System.out.println(c.equals(d)); |
|
Answer» SORRY for this |
|