Difference between revisions of "Java"
Dhruvsethi (talk | contribs) |
Dhruvsethi (talk | contribs) |
||
Line 18: | Line 18: | ||
* {{sc|monolingual corpora}}: |
* {{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. |
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] |
[http://groups.inf.ed.ac.uk/cup/javaGithub/ Java Corpus] |
||
Revision as of 06:44, 16 December 2017
Contents |
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.
Java can be downloaded from Oracle web site Java Download
- linguistic grammars of the language
- 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.
- 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.
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.
References
[1] Wikipedia - Java Wikipedia