Sharing my tech experiences
String protocols[]=Manager.getSupportedContentTypes(null); System.out.println("the supported typed are:"); for(int i=0;i<protocols.length;i++){ System.out.println(" "+protocols[i]); }
No comments:
Post a Comment