|
Java manuals. Internet programming. |
Definition of Java |
A high-level programming language developed by Sun
Microsystems. Java was originally called OAK, and was designed for
handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun
changed the name to Java and modified the language to take advantage of
the burgeoning World Wide Web.
Java is an object-oriented language similar to C++, but simplified to
eliminate language features that cause common programming errors. Java
source code files (files with a .java extension) are compiled into a
format called bytecode (files with a .class extension), which can then
be executed by a Java interpreter. Compiled Java code can run on most
computers because Java interpreters and runtime environments, known as
Java Virtual Machines (VMs), exist for most operating systems, including
UNIX, the Macintosh OS, and Windows. Bytecode can also be converted
directly into machine language instructions by a just-in-time compiler
(JIT).
Java is a general purpose programming language with a number of features
that make the language well suited for use on the World Wide Web. Small
Java applications are called Java applets and can be downloaded from a
Web server and run on your computer by a Java-compatible Web browser,
such as Netscape Navigator or Microsoft Internet Explorer.
|
|
Manual |
Description |
Online
|
Format / File |
Ads / Size |
|
Step by step Java tutorial |
"This tutorial will take you step by step through the process of
building applets. I have chosen for a Learn-By-Example method, the
fastest way to learn. You will not learn the "Why" but the "How".
Throughout the java tutorial all new lines of code are explained, the
ones you have already seen aren't commented anymore. Within a few
minutes you will be able to display things on the screen, a few minutes
later you are able to use a GUI and after that you will see how to
interact with the user. " |
|
|
|
Learning Java |
"This is not a tutorial. There are a dozen Web sites that will teach you
to write a Hello World application in Java. More importantly, any site
that tries to be friendly and helpful will not accomplish the job that
needs to be done. PCLT will, instead, take a large blunt object and beat
a very dead horse repeatedly, until the reader realizes that in all the
ways that really matter, Java is not even remotely like C++. " |
|
|
Herongyang Java tutorial |
This Java book is a collection of notes and sample codes written by the
author while he was learning Java himself. It covers topics related Java
language core features and classes provided in the java.lang.* package:
array, bit, byte, deadlock, expression, main method, synchronization,
string, thread. |
|
|
Java tutorial |
Introduction to java for beginners. |
|
|
|
|
|
|
|
|
Home |
|
|
|
|
|
|
|
|
|
|
|
Manuals.astalaweb.net © 2005
Gabriel Chova Blasco -
All rights reserved
|
|
|
|