Computer Applications
Related Questions
What is autoboxing ? What is auto-unboxing ? How are these useful ?
Which methods return primitive values from Wrapper class objects?
Predict the output.
int res = Integer.valueOf("100").compareTo(new Integer(100)); System.out.println(res);Find the error:
Integer obj = new Integer("A"); System.out.println(obj);