what is the form of storage space in java?

Answers were Sorted based on User's Feedback



what is the form of storage space in java?..

Answer / venkat kanneganti

for objects Head that is garbage collectable,
for methods,local variables are stored in stack.

Is This Answer Correct ?    9 Yes 0 No

what is the form of storage space in java?..

Answer / ravikiran(aptech mumbai)

heap is the storage space for all the objects

Is This Answer Correct ?    4 Yes 2 No

what is the form of storage space in java?..

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 form of storage space in java?..

Answer / babu

All are bytes.

Is This Answer Correct ?    0 Yes 1 No

what is the form of storage space in java?..

Answer / guest

bytes

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More Core Java Interview Questions

What is hash code collision?

0 Answers  


How do you include a string in java?

0 Answers  


What is the longest unicode character?

0 Answers  


What is the main difference between java platform and other platforms?

0 Answers  


What is the difference between a break statement and a continue statement?

0 Answers  






What is advantage of java?

0 Answers  


What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?

0 Answers  


Difference between interface and abstract class with ex.

4 Answers   Cognizant, Tech Mahindra,


how you will prevent method overriding?

6 Answers   HCL,


Explain scope or life time of local variables in java?

0 Answers  


What is the declaration statement?

0 Answers  


Definition for connection pooling?

3 Answers  


Categories