Java Development kit (JDK) = JRE + Tools needed for Java Development
Java Runtime Envirnoment (JRE) = JVM + Java package Classes + runtime Libraries
Java Virtual Machine (JVM) = Interprets the byte code into the machine code depending upon the underlying operating system and hardware combination. It is responsible for all the things like garbage collection, array bounds checking, etc