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
Can we catch more than one exception in single catch block?
Why string is a class?
What do you mean by buffering?
Explain about method local inner classes or local inner classes in java?
What are different type of exceptions in java?
What is high level language in computer?
What is the final field modifier?
What is the final keyword in java?
What is an infinite loop?
How to avoid memory leak in java?
What is jar?
How to restrict a member of a class from inheriting by its sub classes?
What do you understand by abstract classes?
What does those terms actually mean included in the j.d.k i.6?
How can we avoid including a header more than once?