import java.net.*;
class networking
{
public static void main(String[] args) throws MalformedURLException
{
URL obj = new URL("https://www.sookshmas.com/sookshmastech");
System.out.print(obj.toExternalForm());
}
}

Posted on by