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
Explain about object oriented programming and its features?
What is the difference between super class & sub class?
What is the difference between actual and formal parameters?
What is the synonym of framework?
Is string is a data type in java?
What does += mean coding?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Does java vector allow null?
What do you understand by the term wrapper classes?
How to check if linked list contains loop in java?
What is Gang of four design patterns
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is a nonetype?
Can you call one constructor from another if a class has multiple constructors?
What are the default and parameterized constructors?