Question: // Java Programing // Socket Programing ServerSocket ss = new ServerSocket(myPort); // I Want to assign the Static IP to the Server this server has
// Java Programing // Socket Programing
ServerSocket ss = new ServerSocket(myPort); // I Want to assign the Static IP to the Server
this server has only a port number but it doesn't have an IP address
my Question is how can i declare the server with port & IP address ( To Use It As WAN ) ??
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
