Presence of discrete stack for threads
Is there present a discrete stack for each thread in Java?
Expert
Yes. Every thread maintains its own discrete stack, known as Runtime Stack but they share same memory. Elements of a stack are the method calls, called as activation records or stack frame. The activation record has relevant information about a method as local variables.
Write a function that takes an integer value and returns the number with its digits reversed. For example, given 7631, the function should return 1367.
Differentiate between the methods sleep() and wait()?
Tell the most important feature of Java?
Illustrate the advantages of Spring framework?
Define the types of Dependency Injection Spring supports briefly?
Can JMS specification define transactions?
Illustrate publish-and-subscribe model in JMS?
what is control structure in programming?
Differentiate between Java Mail and JMS Queue ?
Define exception? Demonstrate the working of nested try blocks, with suitable examples?
18,76,764
1944172 Asked
3,689
Active Tutors
1435020
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!