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 the use of beaninfo?

0 Answers  


Explain the difference between treeset and treemap in java?

0 Answers  


In the below example, how many string objects are created?

0 Answers  


WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?

2 Answers  


what is the use of datasource in core java?

3 Answers   Satyam,


Is nullpointerexception checked or unchecked?

0 Answers  


List java api that supports threads?

1 Answers  


What Method and class used for Connection pooling ?

5 Answers   TCS, Wipro,


Mention the default values of all the elements of an array defined as an instance variable.

0 Answers  


What is protected in java?

0 Answers  


How many types of classes are there in java?

0 Answers  


what is meant by UP& DOWN casting in java?

6 Answers  


Categories