<p>1. (20 pts) Given the following code: public static voidfoo3(String s) { if (s.length() >0) {System.out.print(s.charAt(s.length() -1)); foo3(s.substring(0,s.length() -1)); } } What is the output of: foo3(“”);</p><p>2. (20 pts) Using
<p>Discuss where physical memory is being used in everyday aspectsof your life this week?</p> Expert Answer Answer to Discuss where physical memory is being used in everyday aspects of