I am sending a mail in java by using mail.jar. In that I am giving a URL to perform some action.
In the URL I am giving the actual IP Address. But I found that giving IP address is not secure.
So I want to generate subnet mask or something like that to secure the IP Address.
So Please help me to generate subnet mask for IP Address in Java.
Thank You