J2ME Question:

What is preverification?

J2ME Interview Question
J2ME Interview Question

Answer:

Due to memory and processing power available on a device, the verification process of classes are split into two processes. The first process is the preverification which is off-device and done using the preverify tool. The second process is verification which is done on-device.


Previous QuestionNext Question
What is PRC?What is profile?