please tell me what is wrapper class in java with example ?
Answer Posted / ankur tyagi
The wrapper class used for To convert Primitive data Type
in to User defined data Type.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and array list in java?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is the static block?
What is memory leak and how does java handle it?
Can you sort a string in java?
In the below example, what will be the output?
What is the purpose of the main method?
Should database connections be singleton?
Why we go for collections in java?
Is java owned by oracle?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is the main functionality of the remote reference layer?
What is an object’s lock and which object’s have locks?
Can an abstract class be a final class?
What is int argc char * argv?