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 |
What is time complexity algorithm?
What is meant by memory leak?
Explain listiterator and methods in listiterator?
Difference between object and reference?
Can we increase size of array?
What is a method vs function?
Why put method is used?
How does arraylist size increase in java?
whats is the use of final,in which situation final can be used in the application?
Why we use methods in java?
What happens if a constructor is declared private?
What is the old name of java?