Hi all
Happy new year
I try to use the InetAddress object
in my java code
InetAddress inet = new InetAddress();
but I get the following error
InetAddress() is not public in java.net.InetAddress; cannot be accessed from outside package
Can you help me please
Thanks in advance