Answered You can hire a professional tutor to get the answer.
TMA 02 Printable page generated Friday, 2 December 2011, 09:40 TMA 02 Introduction TMA MYT362 02 assesses your work on Units 5-8 of MYT362. The...
p = new PrintWriter(s.getOutputStream(), true);Answer the following questions.1.What is the purpose of the above line of code, and what is a PrintWriter? 2.Would it be more efficient to have the line of code just before the for loop, rather than inside the for loop? Explain.