What is the difference between Integer and int?
Answer Posted / sumit
int is a premitive data type and integer is a class
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
What are the different tags provided in jstl?
What is the purpose of garbage collection in java? When is it used?
Is java util list serializable?
What do you mean by default constructor in java?
When is the garbage collection used in Java?
Can we sort list in java?
What is stringreader?
What is math in java?
What is dot operator?
What is difference between fail-fast and fail-safe?
Explain public static void main(string args[]) in java.
Is arraylist ordered?
Can we have this () and super () together?
Explain notify() method of object class ?
Does every java program need a main?