What is the difference between Integer and int?
Answer Posted / ravikiran(aptech mumbai)
Integer is a wrapper class object where as int is a
primitive datatype
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is string variable?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is string buffer?
What is the purpose of extern variable?
What is an array length?
Explain inheritance in java?
is there a separate stack for each thread in java? : Java thread
How do you find the independent variable?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Is set ordered?
Explain differences between collection api and stream api?
Explain features of interfaces in java?
Differentiate between nested and inner class in java.
What is the purpose of format function?