What is the difference between Integer and int?
Answer Posted / tapan kumar
int is a primitive type by the int we can set and read the
value but Integer is a wrapper class type u can use for
finding the length and for size .
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is java object name?
Will the jvm load the package twice at runtime?
What is lambda programming?
Which access specifier can be used with class ?
Can we split string with in java?
Break statement can be used as labels in java?
How can I debug the Java security exceptions and AccessControlExceptions?
What function extracts specified characters from a string?
How java uses the string and stringbuffer classes?
What is a for loop in java?
What do you mean by Hash Map and Hash Table?
Explain about field hiding in java?
What do you mean by object?
What is method overloading in JAVA? Why is it not present in C ?
Explain the selection sort algorithm and state its time complexity?