Tricks of the Java Programming Gurus
It's true that as I write this, Java has only been available to the public for about a year (and only a few months in a supported release). As programming languages go, Java is quite new, and the complete Java guru is an exceedingly rare individual. No one person could have written this book.
Creating Web Applets with Java
Java has been presented in many different ways by many different interests, but at the heart of all the Java hype is the language itself. Many people are confused or scared about what using Java means. What we hope to accomplish with this book is to provide you with some answers.
JAVA Expert Solutions
Java is one of the most significant software products to hit the scene in a long time. Unlike Netscape, whose impact was big and immediate, Java's full impact won't be realized for a long time. Java is more than just a programming language. It requires a different mindset when developing applications.
Teach Yourself Java in 21 Days
The World Wide Web, for much of its existence, has been a method for distributing passive information to a widely distributed number of people. The Web has, indeed, been exceptionally good for that purpose. With the addition of forms and image maps, Web pages began to become interactive-but the interaction was often simply a new way to get at the same information. The limitations of Web distribution were all too apparent once designers began to try to stretch the boundaries of what the Web can do. Even other innovations, such as Netscape's server push to create dynamic animations, were merely clever tricks layered on top of a framework that wasn't built to support much other than static documents with images and text.
Java By Example
Using Java, you can do everything from adding simple animation to your Web pages to writing sophisticated computer programs that your Web page's users can use online. Applets that have already been released include games, spreadsheets, graphing programs, animation controllers, simulators, and much, much more. Java is so intriguing and so successful that even major players in the industry, including Netscape and Microsoft, have jumped aboard, providing Java-compatible software for the Internet.
J A V A DEVELOPER'S REFEREncE
Online Free Java open ebook
J A V A DEVELOPER'S REFEREncE
Online Free Java open ebook
The Java Virtual Machine Specification
Java is a general-purpose concurrent object-oriented programming language. Its syntax is similar to C and C++, but it omits many of the features that make C and C++ complex, confusing, and unsafe. Java was initially developed to address the problems of building software for networked consumer devices. It was designed to support multiple host architectures and to allow secure delivery of software components. To meet these requirements, compiled Java code had to survive transport across networks, operate on any client, and assure the client that it was safe to run.
Java Code Conventions
Code conventions are important to programmers for a number of reasons:
* 80% of the lifetime cost of a piece of software goes to maintenance.
* Hardly any software is maintained for its whole life by the original author.
* Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly.
* If you ship your source code as a product, you need to make sure it is as well packaged and clean as any other product you create.
Java Development Kit
The JavaTM Development Kit 1.2 contains major features and enhancements to the Java platform.
Teach Yourself JAVA 1.1 PROGRAMMING in 24 Hours - Free eBook Teach Yourself JAVA 1.1 PROGRAMMING in 24 Hours - Download ebook Teach Yourself JAVA 1.1 PROGRAMMING in 24 Hours free
|