How to Create A Wapper Class in core Java and Why are Use in
java?
Answer Posted / tanmayy
We use wrapper classes in java so as to objectify the
primitive data types.There are certain wrapper classes for
different data types such as:-
int : Integer
float : Float
boolean : Boolean
etc...
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of functions?
Why do we declare a class static?
What is the properties class?
How to make object serializable in java?
What is gui programming?
Describe string intern() methodology
How to find the largest value from the given array.
Is .net better than java?
What is final class?
Can you call a method on a null object?
Is null function in java?
What is variable and its types?
What classes of exceptions may be thrown by a throw statement?
Can private class be inherited in java?
What are local variables?