What is the difference between Integer and int?
Answer Posted / krutika
y is int i=new Integer(4); correct??
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
What are register variables what are the advantages?
What is ‘is-a ‘ relationship in java?
Is java hashset ordered?
What is the method overriding?
What is byte code and why is it important to java’s use for internet programming?
How do you remove an element from an arraylist in java?
Why do I need to declare the type of a variable in java?
What is the association?
What is the difference between heap and stack memory?
What do you understand by an io stream?
Is ++ operator thread-safe in java?
What class of exceptions are generated by the java run-time system?
Explain thread life cycle in java?
What are the important features of Java 11 release?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?