Answer Posted / guru
wrapper class used access the primitive data types as objects.
we cant store primitive data in arraylist,hashtable so we
using wrapper class used to store primitive data types as
objects,caz objects only can store in collections
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is mean by encoding?
What super () does in java?
Why singleton class is used in java?
What technique can be employed to compare two strings?
What is enhanced loop in java?
What is data type in computer?
What is flush () in java?
What is variable and rules of variable?
What is classes in java?
What is immutable state?
What is dynamic array in java?
What is difference between ++ I and I ++ in java?
What is outofmemoryerror in java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is the difference between Array and Hash Table?