Computer Science

  • Home
  • Heap Memory in Java

Heap Memory in Java

This is created by JVM while its boostratp time. All class instances are created up on heap memory and memory management is governed by garbage collector (GC) . Heap memory…

Dependency Injection

In computer science dependency injection is a process which is dynamically load class needed objects references in run time. This scenario achieves loosely coupling and dynamic reference change when you…