what is the form of storage space in java?
Answers were Sorted based on User's Feedback
for objects Head that is garbage collectable,
for methods,local variables are stored in stack.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
heap is the storage space for all the objects
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / neelamadhab mallick
All the instance variable stored in Stack Memory, If you r
using "new" operator for creating the objects means it will
create under Heap memory......
| Is This Answer Correct ? | 2 Yes | 2 No |
how would you implement a thread pool? : Java thread
What is treeset in java?
For technical interview question please sir send me because tomorrow my interview
Can we override constructor?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is the final class?
What is the latest version of java?
How can we break singleton in java?
Which class is the immediate superclass of the Container class?
What is the difference between variable declaration and variable initialization?
How to convert string to char and vice versa?
How do I run java on windows?