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
[294 byte] By [kauhsik_purohita] at [2007-11-27 3:25:18]
# 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)...
deepspacea at 2007-7-12 8:28:05 > top of Java-index,Java Mobility Forums,Java ME Technologies...