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
Are floats faster than doubles?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
How transient variable is different from volatile variable?
What is byte value?
Is it possible for yielded thread to get chance for its execution again ?
What is a values collection view ?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Which collection is ordered in java?
What are the new features in java 8? Explain
What is main difference between variable and constant?
What is the difference between math floor and math round?
What do you understand by private, protected and public?
What is rmi and steps involved in developing an rmi object?
How do you input a string in java?
How will you reverse a singly-link list?