1. You know that the domain name of a computer is "aBusiness.com". Write a statement in Java to create an InetAddress object associated with that computer.
2. You know that the IP address of a computer is "23.14.76.44". Write a statement\ in Java to create an InetAddress object associated with this address.