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 are the two ways you can synchronize a block of code?

5 Answers   Ericsson,


can any one tell me what is advantage of encapsulation

2 Answers  


Why are data types important?

0 Answers  


What is a package?

2 Answers  


Does printwriter create a file?

0 Answers  






what is class.forname() and how it will be useful ?

3 Answers  


What is Locale class?

1 Answers   MySoft,


Explain an intermediate language?

0 Answers  


What is difference between static method and static variable?

7 Answers  


Can we return null in java?

0 Answers  


What is thin driver and thick driver. why it is called so?

2 Answers   Logisoft,


Do I need java on my pc?

0 Answers  


Categories