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
In a web logic server what is the domain?
What can be the reasons of server hang?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
What is the significance of boot?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
What causes the condition OUT OF MEMORY?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
Explain briefly what is the nm?
Explain what are the steps required to setup the oracle instance for os authentication?
What are the advantages and disadvantages of node manager?
What is wlst in web logic?
How does concurrency work for message-driven beans? : BEA Weblogic
When should I use server session pools and connection consumers? : BEA Weblogic
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
How to write a program of web logic server to get the connection pool attribute?