what is difference between cor dump and heap dump. Explain the situation when you have to take thead dump and when to take heap dump



what is difference between cor dump and heap dump. Explain the situation when you have to take thead..

Answer / naresh

Core Dump: A Binary file which is generated by the
operating system whenever a process gets crashed. If a Java
Process gets crashed OS generates a Core Dump for Java
Process.The Core Dump contains informations of the
Operating System Signals, Thread Details (Native Threads
details), Native Libraries information etc.
Heap Dump: A Binary File Generated by the JVM itself (Not
By the OS). Heap Dump contains the complete informations of
the java heap objects and their references, total count of
the objects present inside the Java Heap. Heap Dump is
helpful to see what kind of objects consuming more memory
in the Java Heap, Which helps us to find out any kind of
Memory Leak

Is This Answer Correct ?    26 Yes 0 No

Post New Answer

More Weblogic Interview Questions

How do I restrict access to servlets and jsps? : BEA Weblogic

0 Answers  


When we will take thread dump? Please give us some examples?

0 Answers  


How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic

0 Answers  


How should you type cast a remote object?

0 Answers  


What is the difference between development mode and production mode of weblogic server?

0 Answers  






What is meant by jdbc and configuration details?

0 Answers  


How Can Cluster Communication Occur ?

0 Answers  


What Is The Purpose Of Clustering ?

0 Answers  


Weblogic admin don't know the admin credentials of weblogic 8.1 UI..how can he get the credentials?

2 Answers   IBM,


How many messages are sent across the network for processing topic messages? : BEA Weblogic

0 Answers  


Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic

0 Answers  


what is the main key difference(s) between all application servers? (WebLogic and Websphere and Jboss)

1 Answers  


Categories