What is the difference between Integer and int?
Answer Posted / k.santosh kumar
int is a primitive data type , where as Integer is a class
which encapsulates the primitive int data type and
represents in terms of object.
| Is This Answer Correct ? | 35 Yes | 6 No |
Post New Answer View All Answers
What is a protected void?
How is java hashmap implemented?
What is ascii code?
How will you add panel to a frame?
What are conditionals and its types?
What is data type in java?
What are the types of java languages?
What is qualitative variable?
What is a generic code?
When a byte datatype is used?
Difference between object and reference?
Can It is possible to synchronize the constructor of a Java Class?
What is ordered map in java?
How do you change an int to a string?
Explain how to convert any java object into byte array.