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
Can you inherit a constructor java?
How do you convert boolean to boolean?
What does indexof mean?
What is getclass () getname () in java?
Is map ordered in java?
What is ordered map in java?
What is a layout manager and what are different types of layout managers available in java awt?
What is the declaration statement?
What are the advantages of packages in java?
How many inner classes can a class have?
What is the difference between error and an exception?
What does the three dot emoji mean?
What is java and its types?
Explain about anonymous inner classes in java?
what is anonymous class in java?