Does class without data member have memory footprint in java ?

Posted by Silent Warrior on Stack Overflow See other posts from Stack Overflow or by Silent Warrior
Published on 2010-06-12T05:46:19Z Indexed on 2010/06/12 5:52 UTC
Read the original article Hit count: 212

My question is related to memory footprint in java for class without data member. Suppose in java I have a class which doesn't have data member and it only contains methods. So if I am creating instance of particular class then does it occupies memory in primary memory except object reference memory ?

© Stack Overflow or respective owner

Related posts about java

Related posts about Performance