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 the difference between jndi lookup(), list(), listbindings(), and search()?
Why the node manager is required?
What you can do with node manager?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
What are managed servers?
tell me the permenent memory issues?
How can os authentication be connected with weblogic jdriver for oracle and connection pools?
Can you explain what are the ways in which the dns request of failed servers handled?
What is thread stack size? What is the default thread stack size in windows?
Explain what is the procedure to configure jms security?
Explain what are the steps required to setup the oracle instance for os authentication?
How are notifications made when a server is added to a cluster?
How can I set deployment order for applications?
What is meant by domain, adminserver, managedserver?
In web logic what is the msi code?