Question: / * In the following code fragments: A ) Is the following code safe? Shortly explain your answer. B ) Add the necessary missing Java
In the following code fragments:
A Is the following code safe? Shortly explain your answer.
B Add the necessary missing Java code partsstatements write them in chronological order
C Rewrite the resulting code in part A using trycatch with resource.
import ;
import ;
class ConnectionServer
public static void mainString args
int serverListenPortNum Integer.parseIntargs;
try
ServerSocket connectionSocket new ServerSocket;
Socket dataSocket ;
BufferedReader br new BufferedReadernew
InputStreamReader;
int num Integer.parseIntbrreadLine;
int num Integer.parseIntbrreadLine;
System.out.printlnnumnumnumnum;
dataSocket. ;
connectionSocket. ;
catch
catch
catchException e
eprintStackTrace;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
