Core Java - Interview Questions and Answers for 'Stackoverflow' | Search Interview Question - javasearch.buggybread.com
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Core Java - Interview Questions and Answers for 'Stackoverflow' - 2 question(s) found - Order By Newest

 Q1. What will happen if we don't have termination statement in recursion ?
Ans. Function call allocates a stackframe in stack. Every stackframe will use some memory to store local variables, parameters and to remember return address. Without terminating condition stackframes will keep consuming memory from stack and eventually program will result in stackoverflow error.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     recursion   break statement  break  stackoverflow exception  stackoverflow  memory management  memory  exceptions


Related Questions

  Does garbage collection guarantee that a program will not run out of memory?
  What are different ways to create String Object? Explain.
  What is a String Pool ?
  Describe, in general, how java's garbage collector works ?
  Describe what happens when an object is created in Java ?
  What are various types of Class loaders used by JVM ?
 Why two types of memory - stack and heap are required by Java ?
  When are static variables loaded in memory ?
  Explain java.lang.OutOfMemoryError ?
  Should we override finalize method ?


 Q2. What will happen if we don't have termination statement in recursion ?Core Java
Ans. It would result in endless function calls and hence eventually would result in stackoverflow exception.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     recursion  stackoverflowexception      Basic        frequent


Related Questions

 Write a Program to print factorial of a number using recursion
 Find Fibonacci first n numbers using recursion ?
 Write an Algorithm for Graph Traversal ? The Graph has a loop.
 Write a program to print sum of numbers between the start and end number

For example - Passing start number as 2 and end number as 10, it should print 2+3+4+5+6+7+8+9+10 = 54
 Write a program using Recursion to print multiplication of numbers between the start and end number

For example - Passing start number as 2 and end number as 10, it should print 2*3*4*5*6*7*8*9*10 = 3628800
 What is recursion in Java ?
 Which of the two - iteration or recursion - is slower ?
 Write a Program to print fibonacci series using recursion.



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: