Difference between revisions of "Java"

From Apertium
Jump to navigation Jump to search
(Replaced content with "{{TOCD}} == {{sc|Introduction}} == * {{sc|Linguistic Grammars of the Latin}} * {{sc|Academic Work}}: * {{sc|Dictionary}}: * {{sc|Monolingual Corpora}}: == {{sc|Ref...")
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. 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 Latin}}
Java can be downloaded from Oracle web site
 
[https://java.com/en/download/ Java Download]
 
   
* {{sc|linguistic grammars of the language}}
+
* {{sc|Academic Work}}:
[https://docs.oracle.com/javase/specs/jls/se7/html/jls-2.html Oracle Java Grammar]
 
   
  +
* {{sc|Dictionary}}:
[https://docs.oracle.com/javase/specs/jls/se7/html/jls-18.html Oracle Java Syntax]
 
   
  +
* {{sc|Monolingual Corpora}}:
[http://math.hws.edu/eck/cs124/javanotes4/c11/s5.html General Grammar Of Java]
 
 
* {{sc|monolingual corpora}}:
 
The GitHub Java corpus is a set of Java projects collected from GitHub. This gives a good idea of how Java is generally used in programs and can be used to collect Statistical data on Java.
 
 
[http://groups.inf.ed.ac.uk/cup/javaGithub/ Java Corpus]
 
 
* {{sc|Apertium References}}:
 
[http://wiki.apertium.org/wiki/Lttoolbox-java Lttoolbox Java] - Lttoolbox-Java is a Java port of the Apertium Runtime System.
 
 
[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|JavaUseCases}} ==
 
There are many places where Java is used in real world, from Android Apps, Web Services programming for front-end and back-end, scientific applications, and some key desktop applications like Eclipse, Netbeans, and IntelliJ.
 
 
[https://developer.android.com/studio/index.html Android Studio]
 
   
 
== {{sc|References}} ==
 
== {{sc|References}} ==
[1] [https://en.wikipedia.org/wiki/Java_(programming_language) Wikipedia] - Java Wikipedia
 

Revision as of 04:37, 17 December 2017

Introduction

  • Linguistic Grammars of the Latin
  • Academic Work:
  • Dictionary:
  • Monolingual Corpora:

References