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 exceptions occur during serialization?
What do you know about the garbage collector?
Explain throw keyword in java?
What is natural ordering in java?
What is an object in java and how is it created?
how can i use a nonsynchronized hashtable?
What are recursive functions? Give some examples?
Does list maintain insertion order java?
Can a final variable be null?
What type of variable is error flag?
What is the difference between public, private, protected, and friend access?
Can java cast null?
What is the final method?
What are the different types of methodologies?
What is the base class in java from which all classes are derived?