Question: In Java, all unused memory is automatically deallocated by a process called garbage collection. True False What is the following called? int i= 10;

In Java, all unused memory is automatically deallocated by a process called garbage collection. True False What is the following called? int i= 10; Integer A; A = i; O autoboxing auto-unboxing boxing O unboxing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
