|
The Java Language Specification, Third Edition - Written by the inventors of the technology, The Java Language Specification, Third Edition is the definitive technical reference for the Java programming language. If you want to know the precise meaning of the language's constructs, this is the source for you.
http://java.sun.com/docs/books/jls/
created by freebooksandarticles on 2008-06-22 12:47:50
|
|
This is the most comprehensive and up-to-date book about integrating XML with Java (and vice versa) you can buy. It contains over 1000 pages of detailed information on SAX, DOM, JDOM, JAXP, TrAX, XPath, XSLT, SOAP, and lots of other juicy acronyms.
http://www.cafeconleche.org/books/xmljava/
created by freebooksandarticles on 2008-06-22 12:31:58
|
|
The term “design patterns” sounds a bit formal to the uninitiated and can be
somewhat off-putting when you first encounter it. But, in fact, design patterns
are just convenient ways of reusing object-oriented code between projects and
between programmers. The idea behind design patterns is simple-- write
down and catalog common interactions between objects that programmers
have frequently found useful.
http://www.patterndepot.com/put/8/JavaPatterns.htm
created by freebooksandarticles on 2008-06-22 12:46:16
|
|
* Frontmatter, including the Table of Contents and Preface.
* Chapter 1, What is programming anyway?
* Chapter 2, What's in a name?.
* Chapter 6, Classes.
* Chapter 9, Active objects.
* Chapter 14, Arrays.
http://eventfuljava.cs.williams.edu/chapters.html
created by freebooksandarticles on 2008-06-22 12:16:55
|
|
This is an introduction to using the Java programming language in concurrent or multithreaded applications. The context is the process synchronization material and related concurrent programming in operating systems courses as opposed to software engineering.
http://www.cs.drexel.edu/~shartley/ConcProgJava/in
created by freebooksandarticles on 2008-06-22 12:24:52
|
|
Direct from Sun's Java Performance Team, Java Platform Performance is a comprehensive field manual full of battle-tested strategies and tactics for developing high-performance applications and applets with Java technology.
http://java.sun.com/docs/books/performance/
created by freebooksandarticles on 2008-06-22 12:37:52
|
|
Is this book for you? If you're a programmer in a language other than Java, and want to upgrade your skills, then the answer is yes.
http://www.steveheller.com/whosj/index.htm
created by freebooksandarticles on 2008-06-22 12:14:13
|
|
Now you can get 1000 Java Tips book for free. It has tips covering various Java topics.
http://www.javaa.com/
created by freebooksandarticles on 2008-06-22 12:34:09
|
|
* Network Concepts
* RMI Architecture
* The Classic Hello World Program
* Exporting an Object
* Creating and Running a Registry Service
* Dynamic Class Loading
* Performance
* Garbage Collector Interfaces and Stub/Skeleton Interfaces
* Serialization
* Multithreading
* Remote Client
* Servlets and RMI
* Lazy Activation
http://www.universalteacherpublications.com/java/r
created by freebooksandarticles on 2008-06-22 12:11:37
|
|
The JDBCtm API is the application programming interface that provides universal data access for the Javatm programming language. It includes the JDBC 1.0 API, which provides the basic functionality for data access. The JDBC 2.0 API supplements the basic API with more advanced features and provides a standard way to access the latest object-relational features being supported by today's relational database management systems.
http://java.sun.com/j2se/1.3/docs/guide/jdbc/getst
created by freebooksandarticles on 2008-06-22 12:24:18
|