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 do you mean by checked exceptions?

0 Answers  


Difference between Application and Applet ?

4 Answers   Wipro,


What is the use of parse function in java?

0 Answers  


What is the difference between actual and formal parameters?

0 Answers  


Explain about automatic type conversion in java?

0 Answers  






What are the similarities between an array and an ArrayList?

3 Answers  


What is use of inner class in java?

0 Answers  


What is the difference between Object and Instance?

5 Answers   TCS,


What is meant by object oriented programming – oop?

0 Answers  


What is the difference between a local variable and an instance variable?

0 Answers  


Which access specifier can be used with class ?

0 Answers  


Give few difference between constructor and method?

0 Answers  


Categories