posted 24 years ago
Thanks Siva,
We have Global Heap memory where java application runs. while java application is running, it allocates some memory in global heap. Now if I have allocated memory for String Buffer, and when I used append method to insert some data, it will start appending at starting point in Global Heap Memory or it will append the data to applications which is running.
Plz let me know for further clarification,
Thanks again Siva,
Angela