R
Rhino
I am dabbling with the InetAddress class. Can anyone tell me why/when the
getAllByName() method in that class would ever return more than one value?
I'm trying to figure out if using getByName() will be sufficient for all but
the most obscure situations or whether it is safer to use getAllByName()
every time.
--
Rhino
---
rhino1 AT sympatico DOT ca
"There are two ways of constructing a software design. One way is to make it
so simple that there are obviously no deficiencies. And the other way is to
make it so complicated that there are no obvious deficiencies." - C.A.R.
Hoare
getAllByName() method in that class would ever return more than one value?
I'm trying to figure out if using getByName() will be sufficient for all but
the most obscure situations or whether it is safer to use getAllByName()
every time.
--
Rhino
---
rhino1 AT sympatico DOT ca
"There are two ways of constructing a software design. One way is to make it
so simple that there are obviously no deficiencies. And the other way is to
make it so complicated that there are no obvious deficiencies." - C.A.R.
Hoare