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

What elements make up the administration console?

0 Answers  


When should I use multicast subscribers? : BEA Weblogic

0 Answers  


How we can monitor work manger?can we create our own work Manager?if yes then How?

1 Answers   Oracle,


what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?

3 Answers  


What is thread dump?

0 Answers  






What are tuning jvm parameters?

0 Answers  


How do you differentiate between a server hang and server crash issue?

0 Answers  


How does a server find out server unavailability?

0 Answers  


What is a domain structure? Does include cluster(s) and server instance(s)?

3 Answers   Oracle,


what is the difference between sun JDK1.5 and BEA Jrokit 1.5

3 Answers   IBM,


Explain The Methods For Providing User Credentials For Starting The Server ?

0 Answers  


What is weblogic unicasting and multicasting?

4 Answers   TCS,


Categories