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 name of default jvm that is made used for weblogic?
Tell me how does a server find out server unavailability?
Is an xslt processor bundled in weblogic server?
Explain what is the purpose of stub in web-logic server cluster?
when i am starting my managed server it is coming to admin state.I used to click on resume button in admin console , so that it is comming to running state. How to resolve this problem for ever so that the server will come directly to running state instead of going to admin state?
what is difference between jboss and weblogic
We see an error like 404 and 500. What do they mean?
What is thread dump?
What are the advantages and disadvantages of node manager?
Inclined to build a profession as oracle weblogic developer?
Ho do you troubleshoot server hang?
What Is The Purpose Of Clustering ?