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 included in core java?
What is treeset in java?
Can you add null to a list java?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is passing value java?
What is main in java?
What are three ways in which a thread can enter the waiting state in java programming?
What are 4 pillers of object orinted programming?
What are inbuilt functions in java?
What is java used for?
Who found java?
What is the difference between compile-time polymorphism and runtime polymorphism?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
Can an interface implement another interface?
What is boolean flag in java?