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 string in java with example?
Explain the concept of proper inheritance?
What is an enumeration?
What is a final class in java?
Is java a security risk?
What are basic keywords?
how to handle exceptions in ejb?
How do you empty a list in java?
What all access modifiers are allowed for top class ?
What is regex used for?
What is ascii format?
Explain abstract class in java?
What is the difference between a field variable and a local variable?
What is the private method modifier?
What is difference between an object and a class?