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 to provide security in java
0 Answers Infosys, TCS, Tech Mahindra,
What is data type example?
Can you explain the final method modifier?
Explain about procedural programming language or structured programming language and its features?
What is left shift and right shift?
Why is stringbuffer thread safe?
What is java in layman terms?
What is the purpose of the finalize() method?
What does method mean?
How do you bind variables?
How many bits is size_t?
Is there any difference between synchronized methods and synchronized statements?