To perform recursion which data structures is used
To perform recursion which data structures is used?
Expert
To perform recursion we use stack. As it use LIFO (Last In First Out) property which remembers its 'caller' hence it knows whom to return the value and when the function has to return. Recursion use system stack for storing the return addresses of the function calls.
Every recursive function has its corresponding iterative (non-recursive) function. Still when such equivalent iterative processes are written, explicit stack is used.
Why we use Context? And explain the LOV?
Name some of the applications that use Multilinked Structures?
What does it mean when we say that a relation is in Boyce-Codd Normal Form (BCNF)?
Briefly explain the capabilities and concepts of Business Object?
Give brief introduction of the term ‘Service Broker components’?
Describe the process that takes place to execute a stored routine.
Define the market structures and price output determination in words of Clark and Clark.
Explain what is database connection?
Describe briefly the difference between a Java applet and a Java servlet?
Write down a short note on the Global Temporary tables (GTT).
18,76,764
1951563 Asked
3,689
Active Tutors
1425927
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!