An
interpreter reads one instruction at a time and carries out the actions
implied by that instruction. It does not
perform any translation. But a compiler
translates the entire instructions.
Subscribe to:
Post Comments (Atom)
Java - Operations
3.1 Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...

-
2.1 Variables Computer programs manipulate (or process) data. A variable is used to store a piece of data for processing. It is c...
-
3.1 Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...
-
1.1 Revision The steps in writing a Java program is illustrated as follows: Step 1: Write the source codes ( .java ) using a prog...
No comments:
Post a Comment