if you are little bit familiar with java you must be aware that memory is allocated whenever an instance of object is created or whn variable is declared.But when there's no need for that particular variable or an object it is reffered to as a garbage and deallocated from the memory.Here memory will be refernced by heaps and stack.Most programming language permit the memory to be allocated dynamically at the runtime.The process of allocating memory
No comments:
Post a Comment