How objects are stored in java?



How objects are stored in java?..

Answer / Rishikesh Kumar

In Java, objects are stored in the heap memory. The JVM manages this memory dynamically as objects are created and destroyed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is time complexity algorithm?

1 Answers  


What is meant by memory leak?

1 Answers  


Explain listiterator and methods in listiterator?

1 Answers  


Difference between object and reference?

1 Answers  


Can we increase size of array?

1 Answers  


What is a method vs function?

1 Answers  


Why put method is used?

1 Answers  


How does arraylist size increase in java?

1 Answers  


whats is the use of final,in which situation final can be used in the application?

2 Answers   DNS,


Why we use methods in java?

1 Answers  


What happens if a constructor is declared private?

1 Answers  


What is the old name of java?

1 Answers  


Categories