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
Can list contain null in java?
What is anti pattern in java?
How many ways can you break a singleton class in java?
How is hashset defined in java?
What is e java?
What is difference between public static and void?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What do you mean by composition in java?
What is tree node in java?
Why is java so important?
Why is java called java?
Can I learn java in 3 months?
how is final different from finally and finalize in java?
how we can make a read-only class in java?
Why can't we override private static methods?