j2me basics
Can anyone tell me , how the machine language instructions that are translated from j2me bytecodes are executed by the operating system.How the operating system makes these machine language instructions to communicate with the processor?If possible i need a detailed answer
# 1
Look about infomation about the Java virtual machine. It will translate bytecode to machine code and executes them. The OS does not really have a lot to do with it, to will only help the VM a bit by providing symplified access to resources (memory, networking, ports, screen)...