Category:Java

From Rosetta Code

Jump to: navigation, search

Programming Language
Java is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific. You may find a list of its implementations here. You may find a list of its users on RC here.

Listed below are all of the tasks on Rosetta Code which have been solved using Java.

See also: Java on the HOPL


The Java programming language, developed by Sun Microsystems, is a language aimed at allowing high-performance, cross-platform application development.

Java source files (.java files) are typically compiled to an intermediate bytecode language (.class files) and executed by a Java Virtual Machine. Most modern JVMs further compile the bytecode into your processor's native machine code during execution. This native code translation is done via a JIT compiler that is built in to the JVM. Some Java compilers (such as GCJ) can compile Java code to native machine code ahead-of-time rather than just-in-time.


The primary benefits of Java are:

Java is used in a variety of environments including desktop applications, embedded device (PDA and wireless phone) applications, server-side web page serving applications (as JSP), and applets embedded in web pages.

According to a variety of sources, Java is currently the most popular programming language in the world.


Useful Java links:

Subcategories

This category has only the following subcategory.

J

Pages in category "Java"

The following 167 pages are in this category, out of 167 total.

1

9

A

B

C

D

E

F

F cont.

G

H

I

L

M

N

O

P

P cont.

Q

R

S

T

U

V

W

Y

Z

Personal tools