HI all ..
I have below confusion plz help me ..
1)When we create object , I know non-static members are loaded into the memory .. so are these only non-static attributes or methods also?
2)This object creation , actually calls the compiler constructor (in case we have not created in the program) , so this constructor will help in loading the nonstatic attribute ..
thanks