background preloader

Java

Facebook Twitter

Java Examples.

Eclipse

Java AWT Reference: In PDF Format. Premiere Issue 2011 - Front Cover. Java SE Documentation at a Glance. Beginners Guide. Java technology is both a programming language and a platform.

Beginners Guide

The Java programming language is a high-level, object-oriented language. Java programs are both compiled and interpreted. Compilation translates Java code into an intermediate language called Java bytecode. Bytecode is in turn parsed and run (interpreted) by the Java Virtual Machine (JVM) — a translator between the language and the underlying operating system and hardware.

A compiled Java program can run on any system that has a version of the JVM. Java Examples.