Skip to content

Commit a151872

Browse files
committed
ABOUT.md: remove confusing sentence
1 parent e6a0cea commit a151872

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/ABOUT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
2. [Class-Based](https://en.wikipedia.org/wiki/Class-based_programming)
55
3. [Object-Oriented](https://en.wikipedia.org/wiki/Object-oriented_programming)
66

7-
It has been specifically designed to have as few [implementation dependencies](http://www.java-tips.org/other-api-tips-100035/60-netbeans/1025-what-is-an-implementation-dependency-and-whathowwhen-should-i-use-one.html) as possible.
87
Java applications are typically compiled to [bytecode](https://en.wikipedia.org/wiki/Bytecode) that can run on any [Java virtual machine](https://en.wikipedia.org/wiki/Java_virtual_machine) (JVM) regardless of computer architecture.
98

109
The primary goals kept in mind during the making of the language were:

0 commit comments

Comments
 (0)