What is a "Re-entrant Data Abort"?

Submitted by: Administrator
The "Re-entrant Data Abort" exception is often caused by stack overrun. When an applet is running on the phone the stack size is small, and you are more likely to see stack overrun problems than when running on the emulator. Solutions to this problem are reducing the size or number of objects on the stack, and using objects allocated on the heap instead of automatic variables.
Submitted by: Administrator

Read Online Brew Job Interview Questions And Answers