What is the difference between Integer and int?
Answer Posted / duryodhan
int is a primitive data type & integer is a wapper class object which define in java.lang package.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a method type?
What is object data type?
How do I convert a string to an int in java?
What is tochararray in java?
Explain what is encapsulation?
What is the difference between reader/writer and inputstream/output stream?
What are the access modifiers in java?
How can you handle java exceptions?
Is there any limitation of using inheritance?
Why does java have two ways to create child threads?
Explain the private protected method modifier?
What is a generic data type?
What is a condition in java?
What is Gang of four design patterns
What are parsing rules?