Summybanquilaygo Summybanquilaygo Computer Science Answered a. Garbage Collectorb.Computerc. IVMd. string constant pool e runf. Frameworkg. Heaph. spacei. finalize ()j. stringk. stopl. thread1. It creates your new object in memoryspace on the heap and returns a reference towhere your object is located2. The size of the heap memory islargely determined by the amount of memoryavailable on your3. The automatically cleansthe used heap memory and making it availablefor use again4. It is not called when an object is nolonger in scope, it is called just before togarbage collection,5. Where does the Java Object reside?6. is an object that represents a sequence of characters.7. String objects are stored in a special memory area known as the __.8. It provides readymade architecture9. Is a lightweight subprocess, the smallest unit of processing.10. When the thread gets a chance to execute, its target run() method will