0 Members and 3 Guests are viewing this topic.
@CE .... java (unless you are talking about javascript which is a completely different creature) compiles into whats called 'bytecode' .... it has no meaning to the computer only to the JVM (java virtual machine) which can be thought of as a software based cpu..... an .exe (normally) consists of 'native' code... the binary soup that the cpu itself understands... 'html' isnt executable code persay as it is a set of instructions for 'drawing'.... html5 however could be argued to be a full programming language.....'basic' is an interpreted language but is a full programming language.... if a bit clumsy.... it can also be compiled into machine native or bytecode depending on the tools used.... i am unfamiliar with 'g code' so have nothing on tap for that one....