What is the difference between Integer and int?
Answer Posted / duryodhan
int is a primitive data type & integer is a wapper class object which define in java.lang package.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why declare Main() method as a static in java ?
Mention the default values of all the elements of an array defined as an instance variable.
what is use of functional interface in java 8?
What is the java idl system?
What does a method signature consist of?
How many days will it take to learn java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is main function purpose?
What is a class reference?
What are checked exceptions?
What is meant by bytecode?
What are the advantages of java over C++?
Explain about arraylist?
Is 9 a prime number?
Can an object subclass another object?