Java Program: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "** ..." to "** …") |
m (Text replacement - ". ----" to ". ----") |
||
Line 14: | Line 14: | ||
** a [[Perl Program]]. | ** a [[Perl Program]]. | ||
* <B>See:</B> [[Object-Oriented Program]], [[Java Code Fragment]]. | * <B>See:</B> [[Object-Oriented Program]], [[Java Code Fragment]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 18:38, 17 September 2021
A Java program is a computer program that is written in the Java programming language.
- Context:
- It can (typically) define and use Java Variables.
- It can (typically) define and use Java Classes (with one or more Java Methods).
- It can (typically) define and use Java Control Statements.
- It can be executed as a Java-based Computer Process.
- Example(s)
- a helloWorld.java.
- a pointStats.java.
- …
- Counter-Example(s):
- a C++ Program.
- a Scala Program.
- a Perl Program.
- See: Object-Oriented Program, Java Code Fragment.