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 are the characteristics of Final,Finally and Finalize keywords.
Explain about object oriented programming and its features?
What is the function of character?
Can we override private method in java?
What is stack explain?
How to optimize the javac output?
What happens if we override only equals?
What are the different types of inheritance in java?
What is array initialization in java?
What is computer compiler?
What languages are pass by reference?
What is an array length?
Why do we use bufferedreader?
whatis Home interface and Remoteinterface? with example?
What is meant by anonymous class?