What is the difference between Integer and int?
Answer Posted / maninder sharma
Integer is a class defined in the java.lang package,where
as int is a primitive data type.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is the maximum size of array in java?
What is a java developer salary?
What is return keyword in java?
Can we sort array in java?
Explain importance of throws keyword in java?
What modifiers are allowed for methods in an interface?
Explain what access modifiers can be used for methods?
Explain wait(), notify() and notifyall() methods of object class ?
Explain jvm, jre, and jdk?
Does a class inherit the constructors of its superclass in java programming?
What is stringreader?
How do you pass by reference?
Are floats faster than doubles?
What is string in java is it a data type?