Javatpoint Logo

what is meant by Call Stack?

By: anilra*** On: Mon Aug 26 03:08:58 EDT 2013     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
What are actual functionalities of callstack. where it saved in memory?Up0Down

 
A call stack is mainly intended to keep track of the point to which each active subroutine should return control when it finishes executing. Call stack acts as a tool to debug an application when the method to be traced can be called in more than one context. This forms a better alternative than adding tracing code to all methods that call the given method.Image Created0Down

By: [email protected] On: Tue Aug 27 07:05:41 EDT 2013 Question Reputation0 Answer Reputation392 Belt Series Points0 392User Image
Are You Satisfied :0Yes0No