What is the difference between Integer and int?
Answer Posted / abc
y = 10; is int i=new Integer(4); correct??
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How to create packages in java?
What does nullpointerexception mean?
What is sizeof () operator?
Is array synchronized in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Is 0 an irrational number?
Which package is used for pattern matching with regular expressions?
What is java and why do we need it? Explain
How can you read content from file in java?
What is the use of pattern in java?
Where can I find jdk in my computer?
Can a method inside a interface be declared as final?
Explain different types of wrapper classes in java?
How do you sort in descending order in java using collections sort?
What about method local inner classes or local inner classes in java?