Просмотр исходного кода

Merge pull request #736 from FridaTveit/ClarifyImplementationDependencies

ABOUT.md: remove confusing sentence
Stuart Kent 9 лет назад
Родитель
Сommit
a5ff015d74
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      docs/ABOUT.md

+ 0
- 1
docs/ABOUT.md Просмотреть файл

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: