what is core dump? diff b/w core dump and c dump?
Answer Posted / akshay
Core dump consists of the recorded state of the working
memory of a computer program at a specific time, generally
when the program has terminated abnormally.A copy of the
data stored in the core memory of a computer, usually used
for debugging purposes.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Write a program to bind string values in a preparedstatement?
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
How to pass arugments to server through machine?
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
What is the max amount of information that can be saved in a session object?
How do you set the classpath ?
What are data-sources and what features do they offer?
What is wlst in web logic?
What is meant by node manager?
What is bootup process?
How do I set up my classpath? : BEA Weblogic
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
What is a Thread dump? How will you take in unix/linux and windows ?
What is the meaning of classformaterrors used with the applet?
Can the bean class implement the ejbobject class directly? If not why?