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
How many ways can we create the string object?
What is string args [] in java?
How do you add spaces in java?
What do you mean by Hash Map and Hash Table?
What is the finalize method do?
Which list does not allow duplicates in java?
What access modifiers can be used for variables?
What is the difference between the paint() and repaint() methods in java programming?
What is a method header?
What is the basic difference between string and stringbuffer object?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Break statement can be used as labels in java?
How do you compare two strings lexicographically?
What is the use of flag?
What is regex in java?