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 |
Can we serialize arraylist in java?
Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
What does this () mean in java?
In Java, what are public static void main string args?
What are inbuilt functions in java?
Which is better list or arraylist in java?
Why do we use bufferedreader?
What is string [] args?
Can a class be declared as protected?
What is callable java?
What is the maximum size of arraylist in java?
how to print the below in java? * * * * * * * * *