Which is true regarding access of the manifest file in a MIDlet suite's JAR file?
A. The manifest file is hidden from MIDlets and CANNOT be accessed.
B. The manifest file can be accessed by only by any one authorized MIDlet in every
suite.
C. The manifest file can be accessed only by using MIDlet.getAppProprerty().
D. The manifest file can be accessed by any class using Class.getResourceAsStream().
Answer: A