Where is the API for J2ME? Why is it more difficult to find J2ME's API than its J2SE counterpart? Typing String and Java 1.6 will immediately present one with the String Javadoc for J2SE 6, but doing a similar thing for J2ME will present one with a specific phone manufacturer's Javadoc.
I am particularly looking for javax.microedition.io.file.FileConnection, but I am unable to find it on SUN Java's website.