Difference between revisions of "Java"

From Apertium
Jump to navigation Jump to search
Line 2: Line 2:
   
 
* {{sc|Introduction}}
 
* {{sc|Introduction}}
Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones to enterprise servers and supercomputers. Java applets, which are less common than standalone Java applications, run in secure, sandboxed environments to provide many features of native applications and can be embedded in HTML pages.
+
Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. The word "Java", refers to Java programming language that was designed for use with the Java Platform. The Java Platform is a "virtual machine" that executes Java bytecode programs. This bytecode is the same no matter what hardware or operating system the program is running on. [1]
  +
  +
Java is used in a wide variety of computing platforms from embedded devices and mobile phones to enterprise servers and supercomputers. Java applets, which are less common than standalone Java applications, run in secure, sandboxed environments to provide many features of native applications and can be embedded in HTML pages.
   
 
* {{sc|linguistic grammars of the language}}
 
* {{sc|linguistic grammars of the language}}
Line 21: Line 23:
   
 
[http://wiki.apertium.org/wiki/Apertium-Caffeine Apertium Caffeine] - Multi-Platform Java Application built on top of lttoolbox-Java that Translates As You Type.
 
[http://wiki.apertium.org/wiki/Apertium-Caffeine Apertium Caffeine] - Multi-Platform Java Application built on top of lttoolbox-Java that Translates As You Type.
  +
  +
* {{sc|References}}
  +
[1] [https://en.wikipedia.org/wiki/Java_(programming_language) Wikipedia] - Java Wikipedia

Revision as of 06:31, 16 December 2017

  • Introduction

Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. The word "Java", refers to Java programming language that was designed for use with the Java Platform. The Java Platform is a "virtual machine" that executes Java bytecode programs. This bytecode is the same no matter what hardware or operating system the program is running on. [1]

Java is used in a wide variety of computing platforms from embedded devices and mobile phones to enterprise servers and supercomputers. Java applets, which are less common than standalone Java applications, run in secure, sandboxed environments to provide many features of native applications and can be embedded in HTML pages.

  • linguistic grammars of the language

Oracle Java Grammar

Oracle Java Syntax

General Grammar Of Java

  • monolingual corpora:

Java Corpus

  • parallel corpora:

Tasks related to testing and ensuring code is of high quality.

  • Apertium References:

Lttoolbox Java - Lttoolbox-Java is a Java port of the Apertium Runtime System.

Apertium Caffeine - Multi-Platform Java Application built on top of lttoolbox-Java that Translates As You Type.

  • References

[1] Wikipedia - Java Wikipedia