sory to you all for this topic but i didn't find anithing about this: does virtual machine can help me to understand more about programs. and if it does i know that exist other program like this (maibe even free). i just want to understand the way of bit moving through my computer. i try useing debug (i know something about assambler for intel 8086) and you know how people say "when you learn more you discover meny new things that you don't now"
A virtual machine is an environment where a piece of code can run. In other words the virtual machine translates your code into system calls. While assembler and C compilers compile the human- readable code directly into bit code (the code the computers can understand) you don't need a "translator" but the higer level programming language compilers compile the code into byte code (bit = 0 or 1 and byte = 8bits) and they need a virtual machine or translator in order to function. The most used virtual machine currently used is Sun's Java Runtime Environment or JRE downloadable from Sun's site but I don't think you can debug their JRE. You can debug your own java code though.
Signature/Avatar nuking: none (can be changed in your profile)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum