Java   View all facts   Glossary   Help
Java program
Next kbTopmechanism    UpkbTop    Previous kbTopidentity   

Java program
(program)
subjectfact 
Java programcan be compiled on any platform that has a Java compiler    added by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:09.0
can be run on any implementation of the Java Virtual Machine specification    added by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:09.0
has definition A collection of 1 or more classes that work together and is started either by the operating system or a browser running it    added by: DS, reference: Source 2, 2001-10-19 11:37:09.0
has 0 or 1 nameadded by: DS, 2001-10-19 11:37:09.0
is portable because it is compiled into bytecode that can run on any computer with a Java Virtual Machine    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:09.0
is usually slower than native codeadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:09.0
is a subtopic of How Java Works2001-10-19 11:37:09.0
is executed by a Java Virtual Machineadded by: DS, 2001-10-19 11:37:09.0
is partitioned into applet, applicationadded by: DS, 2001-10-19 11:37:09.0
is a kind of kbTopadded by: WH, 2001-10-19 11:37:09.0
must be readable by humanssource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:09.0
runs on a Java platformadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:09.0
should follow consistent guidelines that make the program easy to readsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:09.0
to run you type java and the class file name on the command lineadded by: JK, source: On To Java, 2001-10-19 11:37:09.0
to run you may need platform-specific instructionsadded by: DS, 2001-10-19 11:37:09.0
is a synonym of program2001-10-19 11:37:43.0

Kinds of Java program :

Next kbTopmechanism    UpkbTop    Previous kbTopidentity