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 intersection and union methods?
How to sort an unsorted array in java?
Can we declare an array without size in java?
What is a local block?
Can we force garbage collector to run ?
Does a function need a return?
worst case complexities of Quick sort and Merge sort.
Explain try and catch keywords in java?
Can you call one constructor from another if a class has multiple constructors?
List the features of java programming language.
When should you use arraylist and when should you use linkedlist?
What is a substitution variable?
What does java ide mean?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
How do you escape sequences in java?