Java Programming Language: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "a''' " to "a</B> ")
No edit summary
Line 4: Line 4:
** It can be used to create [[Java Code]], such as a [[Java program]] or [[Java class library]].
** It can be used to create [[Java Code]], such as a [[Java program]] or [[Java class library]].
** It is not a pure [[OO language]] in that it distinguishes primitive types (such as [[Java boolean type]] and [[Java int type]]) from [[Java reference type]]s, and does not enable one to manipulate [[Java function]]s as [[program value]]s.
** It is not a pure [[OO language]] in that it distinguishes primitive types (such as [[Java boolean type]] and [[Java int type]]) from [[Java reference type]]s, and does not enable one to manipulate [[Java function]]s as [[program value]]s.
* <B>Example(s):</B>
** [[Java 7]], 2011.
** [[Java 8]], 2014.
* <B>Counter-Example(s):</B>
* <B>Counter-Example(s):</B>
** a [[C++ Programming Language]]
** a [[C++ Programming Language]]

Revision as of 15:56, 26 August 2016

A Java Programming Language is a statically-typed object-oriented programming language.



References

2013


1996