Are the J2SE reflection and collection classes supported in J2ME?
Location: http://www.jguru.com/faq/view.jsp?EID=269952 Created: Dec 5, 2000 Modified: 2000-12-05 16:28:34.008 Author: Bill Day (http://www.jguru.com/guru/viewbio.jsp?EID=135825) Question originally posed by Milla Makelainen (http://www.jguru.com/guru/viewbio.jsp?EID=227377 The J2ME Connected Limited Device Configuration (CLDC) 1.0 spec does not require implementation of reflection or collection classes from J2SE. You can access the spec from the CLDC homepage, at: java.sun.com/products/cldc The J2ME Connected Device Configuration (CDC) and related Personal and Foundation Profiles may provide some support. Their specifications are not yet available for review. In the meantime, however, you can review the reflection support and limited collection class support provided by their predecessor technology, PersonalJava 1.2, via the specficiation link on the PersonalJava homepage, at: java.sun.com/products/personaljava PersonalJava 1.2 provides for some reflection support. Certain collection c