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

Why is stringbuffer called mutable?

0 Answers  


Explain Method Overloading in Java.

1 Answers  


Define an enumeration?

0 Answers  


What are Inner classes?

4 Answers  


Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..

7 Answers  






Does java vector allow null?

0 Answers  


What is the meaning of variables in research?

0 Answers  


What is immutability in java?

0 Answers  


What is the differences between c++ and java? Explain

0 Answers  


What is struts in java?

0 Answers  


when everything can be done by static block then why do we use main method?.

2 Answers  


What happens if main method is not static?

0 Answers  


Categories