Primitive vs Object Types - Computer Science

String s2 == “hello world”; String s1 = s2; Draw the memory contents at the end of the second and third statements, identifying any garbage that is collected. Define the equals() methods in the interfaces Loan and LoanPair, and implement them in the classes, ALoanPair, ALoan, and AnotherLoan. Consider the following program: import java.awt ... ................
................