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 meant by managedserver?
What is thread dump?
Inclined to build a profession as oracle weblogic developer?
What are the advantages of using application servers?
What is Graphic mode?
Explain the domain creation types?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
What can be the reasons of server hang?
What is a messaging bridge?
How does a cluster relate to a domain?
which protocol it user to connect manage server to admin ? where it is defined ?
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic