That makes sense if the processes themselves are not stacked but if they are then a stack of JVMs is pretty much the same as a stack of apps. You would still only be able to run one at time and the only way to get to a previous one would be to pop the current one off. This would not be very conducive to multi-tasking and switching from one app to another.
|