Java Program: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "]]. * <B>Counter-Example" to "]]. ** ... * <B>Counter-Example") |
m (Text replacement - "** ..." to "** …") |
||
Line 8: | Line 8: | ||
** a [[helloWorld.java]]. | ** a [[helloWorld.java]]. | ||
** a [[pointStats.java]]. | ** a [[pointStats.java]]. | ||
** | ** … | ||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** a [[C++ Program]]. | ** a [[C++ Program]]. |
Revision as of 22:31, 1 March 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.