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 the difference between double and float variables in java?
How many techniques can be employed to create a string object?
What is lambda in java?
What is treeset in java?
When is update method called?
Write a java program for binary search?
What is scanner in java?
Is binary a low level language?
Is arraylist ordered in java?
What is final method?
What is an empty string in css?
Why set do not allow duplicates in java?
When throws keyword is used?
What is a method vs function?
In a class implementing an interface, can we change the value of any variable defined in the interface?