InterviewSolution
Saved Bookmarks
| 1. |
What Is Preverification? |
|
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. 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. |
|