Revision: Code
Submitted by BinksUK on
Briefly discuss each line of code below. What is the overall purpose of this code
Socket ss = new Socket(“archer.open.ac.ukâ€, 2048);
InputStream is = ss.getInputStream();
BufferedReader bf = new BufferedReader(new InputStreamReader(is));