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 / 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 |
What is the boot? What is the significance of it?
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
Can struck threads be killed manually?
Do you know what are the steps involved in setting up classpath in web logic server?
Is an xslt processor bundled in weblogic server?
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
Explain briefly what is the nm?
Define the purpose of the serializedsystemini.dat file?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
When can high usage of CPU occur?
where can we set classpath, which will reflect to whole domain
What is a domain in weblogic?