Java   View all facts   Glossary   Help
Java program > simple program
Next Java programstandalone program    UpJava program    Previous Java programmodular program   

simple program
subjectfact 
simple programis easier to change than a complicated programsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:54.0
is a subtopic of Programming2001-10-19 11:37:54.0
is a kind of Java programsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:54.0
saves money because software developers are more likely to notice defectssource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:54.0
should not be used when simplification requires a significant drop in efficiencysource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:54.0
Java programcan be compiled on any platform that has a Java compiler    2001-10-19 11:37:09.0
can be run on any implementation of the Java Virtual Machine specification    2001-10-19 11:37:09.0
has 0 or 1 name2001-10-19 11:37:09.0
is usually slower than native code2001-10-19 11:37:09.0
is executed by a Java Virtual Machine2001-10-19 11:37:09.0
runs on a Java platform2001-10-19 11:37:09.0
should follow consistent guidelines that make the program easy to read2001-10-19 11:37:09.0
to run you type java and the class file name on the command line2001-10-19 11:37:09.0
to run you may need platform-specific instructions2001-10-19 11:37:09.0