View Single Post
  #1 (permalink)  
Old 12-13-2007, 12:18 PM
binoympappachen binoympappachen is offline
Member
 
Join Date: Dec 2007
Posts: 1
binoympappachen is on a distinguished road
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.
Reply With Quote
Sponsored Links