Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



what is difference between cor dump and heap dump. Explain the situation when you have to take thead..

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

Post New Answer

More Weblogic Interview Questions

What is the boot? What is the significance of it?

0 Answers  


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?

0 Answers  


Can struck threads be killed manually?

0 Answers  


Do you know what are the steps involved in setting up classpath in web logic server?

0 Answers  


Is an xslt processor bundled in weblogic server?

0 Answers  


Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?

0 Answers  


Explain briefly what is the nm?

0 Answers  


Define the purpose of the serializedsystemini.dat file?

0 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic

0 Answers  


When can high usage of CPU occur?

0 Answers  


where can we set classpath, which will reflect to whole domain

5 Answers   HP,


What is a domain in weblogic?

1 Answers  


Categories