Answer Posted / rakesh kumar mishra
Collection accepts only object not primitive data-type And
server also works on only Objects.
So By help of wrapper class we can convert primitive
data-type to Object.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Can we restart a dead thread in java?
Does java support multiple inheritances?
What is map and hashmap in java?
What is close method? How it's different from Finalize & Dispose?
Is vector synchronized in java?
What is ctrl m character?
What do u mean by variable?
Explain the features of java?
How can we create an immutable class in java?
What are the kinds of polymorphism?
What are measurable parameters?
How would you dynamically allocate memory to an array?
What is string syntax?
Does importing a package imports its sub-packages as well in java?
What happens if we don’t override run method ?