SyntaxFix
Write A Post
Hire A Developer
Questions
I am just using the java.net package. Here you can do the following:
java.net
... import java.net.URI; ... String myUrl = "http://stackoverflow.com"; URI myURI = new URI(myUrl);