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
Which eclipse is best for java?
What is the class in java?
What restrictions are placed on method overloading in java programming?
When will you define a method as static in Java?
Which is a valid identifier?
Explain the difference between abstract class and interface in java?
What is stringbuffer in java?
What is an anonymous class in java?
What do you mean by boolean?
What is hash table in java?
Why do we need autoboxing in java?
Does java support multiple inheritance or not?
What are some alternatives to inheritance?
Is class forname reflection?
What is the difference between overriding and overloading in OOPS.