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
Answer Posted / 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 View All Answers
What is node manager?
how to upgrade the weblogic server licence?
What are Monitoring tools?
What are the differences between a web logic server and a web server?
What is meant by node manager?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
Explain the diffrernces between 8.x and 9.x?
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
Explain what are the ways in which the dns request of failed servers handled?
What is the meaning of classformaterrors used with the applet?
Can We Start A Managed Server If The Administration Server Is Unavailable ?
How to write a program of web logic server to get the connection pool attribute?
What is the boot?
How should you type cast a remote object? Why?