Does the instanceof keyword bear with it a relatively heavier impact on the Android platform (and more speciffically the mobile phones running the Dalvik VM?
Does the instanceof keyword bear with it a relatively heavier impact on the Android
Share
I do not think
instanceofbears a heavier impact on the Dalvik VM opposed to the JVM.If you have any doubts, you can see for yourself when you run your application with a tool called Allocation Tracker that comes standard as a tool for the DDMS.