Print all supported URL schemes in Java8
Is there any way to print all supported URL schemes in Java8? I know Java8 supports http, https, file etc. but what else is supported and will be correctly processed by URL.openStream() method?