What is the difference between Integer and int?
Answer Posted / maninder sharma
Integer is a class defined in the java.lang package,where
as int is a primitive data type.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is oop principle in java?
How do you define a singleton class?
Why javac is not recognized?
Is java still relevant?
What is the purpose of a transient variable?
Explain exception chaining in java?
What is module in oop?
Does java support function overloading, pointers, structures, unions or linked lists?
Is java pass by value or pass by reference?
What is the difference between @before and @beforeclass annotation?
What is the name of the java compiler?
List some important characteristics on jre
What are the types of methods in java?
Why string is not a wrapper class?
Can you extend singleton class?