Answer Posted / vinod
Except primitive data types, everything is object in java.
We need to convert these primitive data types to an objects
using wrapper classes.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How is hashcode calculated in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is an object class?
Does set allows null in java?
Explain thread in java?
What are the major drawbacks of external iteration?
What is difference between this and super keyword?
worst case complexities of Quick sort and Merge sort.
Is there is any difference between a scrollbar and a scrollpane?
What are the access modifiers available in java?
What are the types of literals?
What does localhost mean?
In how many ways we can do exception handling in java?
what is thread in Java ?
Can classes declared using the abstract keyword cab be instantiated?