Close
jGuru Forums
Posted By: silvia_antunes Posted On: Monday, October 14, 2002 10:51 AM
Is it possible to see if one InetAddress is bigger than another? How can I compare them? thank's.
Re: About InetAddress.
Posted By: Christopher_Koenigsberg Posted On: Monday, October 14, 2002 11:13 AM
Well for an InetAddress object, calling its getAddress() will give you a byte array, and its toString() will get you a String, so you take it from there.