2015-10-07

Java Thread & Synchronization : Basic introduction to thread

4 comments:

  1. Can you please brief on Heap Memory and JVM monitoring

    ReplyDelete
    Replies
    1. For heap, checkout JVM fundamentals. http://shantonusarker.blogspot.com/2015/07/a-quick-overview-on-jvm-architecture.html

      and for JVM monitoring, you can see use JMX or JVMTI(oracle JVM only) based tools , like visual VM, JMC. To monitor a JVM you need to enable JMX first and then you can connect remotely.

      Delete
  2. Your blog has given me that thing which I never expect to get from all over the websites. Nice post guys!

    ReplyDelete