Difference between revisions of "Java"

From Apertium
Jump to navigation Jump to search
Line 27: Line 27:
 
Read more: http://javarevisited.blogspot.com/2014/12/where-does-java-used-in-real-world.html#ixzz51P4ln4mz
 
Read more: http://javarevisited.blogspot.com/2014/12/where-does-java-used-in-real-world.html#ixzz51P4ln4mz
   
* {{sc|References}}
+
== {{sc|References}} ==
 
[1] [https://en.wikipedia.org/wiki/Java_(programming_language) Wikipedia] - Java Wikipedia
 
[1] [https://en.wikipedia.org/wiki/Java_(programming_language) Wikipedia] - Java Wikipedia

Revision as of 06:39, 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:

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. Java Corpus

  • 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

  • Embedded: 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.

Read more: http://javarevisited.blogspot.com/2014/12/where-does-java-used-in-real-world.html#ixzz51P4ln4mz

References

[1] Wikipedia - Java Wikipedia