Monday, September 21, 2009

Java E-book

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.

Download Free E-book

O'Reilly - Java IO
1000_Java_Tips_low
Advanced Java 2 Platform How to Program (JDK 1.3, J2EE 1.2) 2001
HeadFirst JAVA
Interactive programming in java
J2EETutorial
J2ME_Game_Development_with_MIDP2
Java - J2ME in a Nutshell __found_@_[redsamara.com]
Java 2 Bible Enterprise Edition
Java 2 Network Security
Java 2--Complete Reference2
Java 330_tips
Java Bible Database Programming
Java Programming with Oracle JDBC (2002)
Java
Java_Design_Objects__UML__and_Process
Modeling the J2EE in UML and Rational Rose
O'Reilly - Developing Java Beans-1
O'Reilly - Java 2d graphics
O'Reilly - Java Cryptography
O'Reilly - Java Distributed Computing
O'Reilly - Java Message Service
O'Reilly - Java RMI
O'Reilly - Java Threads 2nd
O'Reilly - Java and XML
O'Reilly - JavaServer Faces
O'Reilly Java Servlet Programming
Teach_Yourself_Java
The Java Language Specification 3rd Ed
Think IN java
Wrox - Beginning Java 2 JDK 5 Edition - 2005
Wrox - Beginning Java 2 JDK 5 Edition - 2005
apress_-_bluetooth_for_java__2003
core java 2, volume i fundamentals 5th
core java 2, volume ii advanced features
O'Reilly - Learning Java
goodbook
j2MEstepbystep
javacryptographyreilly
sybex-javafoundations

0 comments:

Post a Comment