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 |
Is char a data type in java?
What are the topics in advance java?
What is a void method?
What is the differenc between Enemuration interface and iterator interface according to accessing?
What is difference between char array and string?
What is thread safe in java?
What is Yield() method when we r using this ? tell exactly
What is final?
What Is Composition?
Can we make a constructor final?
Can we catch more than one exception in a single catch block?
How will you override default serialization mechanism in java