What is the difference between Integer and int?
Answer Posted / k.santosh kumar
int is a primitive data type , where as Integer is a class
which encapsulates the primitive int data type and
represents in terms of object.
| Is This Answer Correct ? | 35 Yes | 6 No |
Post New Answer View All Answers
Is java util regex pattern thread safe?
I want to persist data of objects for later use. What’s the best approach to do so?
State the difference between strings and arrays.
Is java an ide?
What is ++ a in java?
What are the two categories of data types in the java programming language?
Can a final variable be manipulated in java?
Can a class have more than one object?
How do you empty a list in java?
Implementations of set interface?
How do you represent a space in regex java?
what do you mean by marker interface in java?
Where is the find and replace?
How static variable work in java?
Why is a singleton bad?