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
Write a function to find out longest palindrome in a given string?
What is e in java?
Why bytecode is called bytecode?
Is an object null?
Explain scope or life time of local variables in java?
explain autoboxing in java?
Can I learn java in 3 months?
Does java support multiple inheritance or not?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How do you sort a list in java?
What are the restrictions imposed by a Security Manager on Applets?.
When throws keyword is used?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is the implementation of destroy method in java. Is it native or java code?
What is array sorting in java?