studying
0
Q:

java Convert a string IPv4 IP address to the equivalent long numeric value.

result += (Integer.parseInt(ipAddressInArray[i]) % 256 * Math.pow(256, power));
Copied!
0

New to Communities?

Join the community