Question: Write a method in Java to convert a 32-bit integer to a string representing an IP address in the form x.y.z.t.
Write a method in Java to convert a 32-bit integer to a string representing an IP address in the form “x.y.z.t”.
Step by Step Solution
3.40 Rating (172 Votes )
There are 3 Steps involved in it
The following shows an approach Since the standard Java has no unsigned integer we have used a long ... View full answer
Get step-by-step solutions from verified subject matter experts
