• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unused Classes and Heap Size

 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,

If Application JAR file has certain clases which I am not using at all not even instansiate them. Will they still take Heap Size if YES then WHY?

and how can we check how much Heap-Size these classes are taking up.

One More query.
If I have included some third pary JAR fine in my Application JAR file. does the size of 3rd party JAR file matter in Heap if I am not using them.

I know these are very stupid question but this just for my curosity.
Hope you will understatnd.

Waiting for reply.
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic