Thursday 18 June 2015

Where the class variable and globle variable get stored after the class object created?

When object of class created then
1.) Class level variables stored in Heap.
2.) Value type variables stored in stack.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.