I was wondering where all the Android source codes are stored. Are they stored in RAM or Flash memory?
---------------edit
Thanks for the prompt replies. Now I got that the Android binary image is stored in RAM. What about Android application source codes (byte code)?
If I run an APK file then Android loads the application. Is the bytecode loaded onto RAM? or Flash?
Thanks in advance..