Browse Source

ABOUT.md: remove confusing sentence

Frida Tveit 9 years ago
parent
commit
a151872138
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      docs/ABOUT.md

+ 0
- 1
docs/ABOUT.md View File

4
  2. [Class-Based](https://en.wikipedia.org/wiki/Class-based_programming)
4
  2. [Class-Based](https://en.wikipedia.org/wiki/Class-based_programming)
5
  3. [Object-Oriented](https://en.wikipedia.org/wiki/Object-oriented_programming)
5
  3. [Object-Oriented](https://en.wikipedia.org/wiki/Object-oriented_programming)
6
 
6
 
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.
8
 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.
7
 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.
9
 
8
 
10
 The primary goals kept in mind during the making of the language were:
9
 The primary goals kept in mind during the making of the language were: