Java View all facts Glossary Help |
Java program > simple program |
simple program | ||||
subject | fact |
simple program | is easier to change than a complicated program | |
is a subtopic of Programming | ||
is a kind of Java program | ||
saves money because software developers are more likely to notice defects | ||
should not be used when simplification requires a significant drop in efficiency | ||
Java program | can be compiled on any platform that has a Java compiler | |
can be run on any implementation of the Java Virtual Machine specification | ||
has 0 or 1 name | ||
is usually slower than native code | ||
is executed by a Java Virtual Machine | ||
runs on a Java platform | ||
should follow consistent guidelines that make the program easy to read | ||
to run you type java and the class file name on the command line | ||
to run you may need platform-specific instructions |