|
problem in wrapper class
HI all,
Plz assist me to clear some doubt in wrapper class.
Actually wrapper class is used to convert primitive data types to object type.
For Eg:
Integer a=new Integer(10);
Now 'a' would be Integer object.
As far as my knowledge, object cannot go through any arithmetic operation directly .But when i gone through these steps in eclipse ide a++ worked perfectly.How it would be possible.Hope some one will clariffy this doubts,
All comments regarding this tipic is highly appreciated.
|