Multiple Choice
What is garbage collection in the context of Java?
A) The operating system periodically deletes all of the java files available on the system.
B) Any package imported in a program and not used is automatically deleted.
C) When all references to an object are gone, the memory used by the object is automatically reclaim
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Program which executes applet is known as<br>A)applet
Q11: What is different between a Java applet
Q12: Which of these is correct about passing
Q13: Which of this statement is incorrect?<br>A)Every class
Q14: What is process of defining two or
Q15: You read the following statement in a
Q16: What is byte code in the context
Q17: What is the process of defining a
Q19: Which is true about an anonymous inner
Q20: Which of the following statements are incorrect?<br>A)Default