What does preverification of J2ME application mean?
I read the following: J2ME applications, unlike normal Java applications are preverified. What exactly does the preverification of J2ME jar file mean? Is it something like checksum? From here : Answer Preverification is a new phase in the development and deployment cycle for Java applications designed to run on the J2ME CLDC. Preverification performs certain checks on the Java bytecodes ahead of runtime. If this first verification pass is ok, the preverifier annotates the classfiles (using standard Java bytecode "attributes", so that these are still plain old Java bytecodes and will be