Skip to content

Updated ABOUT.md#102

Closed
amrtanair wants to merge 1 commit into
exercism:masterfrom
amrtanair:patch-1
Closed

Updated ABOUT.md#102
amrtanair wants to merge 1 commit into
exercism:masterfrom
amrtanair:patch-1

Conversation

@amrtanair
Copy link
Copy Markdown
Contributor

Added an extended description

Added an extended description
@matthewmorgan
Copy link
Copy Markdown
Contributor

@amrtanair thanks for taking this on and fleshing things out. I have a few points of feedback for you.

Comment thread docs/ABOUT.md
and 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. It is intended to let application developers
["write once, run anywhere"](https://en.wikipedia.org/wiki/Write_once,_run_anywhere)(WORA) meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. 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. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

Why learn JAVA ?
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Learn' should probably be capitalized.

@matthewmorgan
Copy link
Copy Markdown
Contributor

Closed by #104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants