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 is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is meant by local variable and instance variable?
What is tree in java?
Is a class an object?
How are variables stored in memory?
Mention some interfaces implemented by linked list in java.
What does 0 mean in boolean?
What initialize variables?
What is tcp ip in java?
what is anonymous class in java?
what is interface in java? Explain
What is meant by class?
How will you reverse a singly-link list?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the difference between path and classpath variables?