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 |
What does nullpointerexception mean?
what is difference between length and length()?
What is the difference between sop and work instruction?
What is Java Classloader?
1 Answers Phantom Technologies,
How to reverse a string in java?
What is encapsulation? Elaborate with example?
Why are the methods of the math class static?
What is the significance of continue jump statement? Explain with an example.
Is hashset ordered?
Is array synchronized in java?
What are blocks?.
can you program for reverse string?