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 |
How do I do http tunneling? : BEA Weblogic
What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of polymorphism? 15. What is inheritance?
Explain what is the purpose of stub in web-logic server cluster?
What is mulicast in weblogic?
In what ways can a web logic servers performance be improved upon?
Explain the difference between txdatasource and datasource?
What is the difference between stage and no stage deployment?
What are stubs and how do they function in a web logic cluster?
How to access the admin console?
What is the difference between Connection Pool and data source?
What is the easiest way to set the classpath ?
Are WebLogic Servers password secure?