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.
What do you understand by Auto Wiring?
Illustrate the purpose of the wait(), notify(), and notifyAll() methods?
Is JVM platform independent?
Differentiate between JMS and RPC?
Explain the term Java Virtual Machine (JVM)?
Is it possible that Java object can be locked down for exclusive use by a given thread?
Explain the term platform independence?
Define exception? Demonstrate the working of nested try blocks, with suitable examples?
What do you mean by a pointer and does Java support pointers?
Differentiate between Path and Classpath?
18,76,764
1939776 Asked
3,689
Active Tutors
1414276
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!