hi doit
static inner classes r just like outer classes ...they dosent neeed any instance of outer class .. they r just using the class name of outer class ..(not the object reference )....
now .. member classer r a part of outer classes just like instance methods ....
local classes r just like automatic variables .... they cant be used outside the method where they r diclared ...but the objects created lives much longer after the exit frm the method
manal ...