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()); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login