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 is the use of beaninfo?
Explain the difference between treeset and treemap in java?
In the below example, how many string objects are created?
WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?
what is the use of datasource in core java?
Is nullpointerexception checked or unchecked?
List java api that supports threads?
What Method and class used for Connection pooling ?
Mention the default values of all the elements of an array defined as an instance variable.
What is protected in java?
How many types of classes are there in java?
what is meant by UP& DOWN casting in java?