The Java Application Programming Interface

The Java Application Programming Interface
Title The Java Application Programming Interface PDF eBook
Author James Gosling
Publisher
Pages 448
Release 1990
Genre
ISBN 9780201634594

Download The Java Application Programming Interface Book in PDF, Epub and Kindle

Beginning JavaTM 2

Beginning JavaTM 2
Title Beginning JavaTM 2 PDF eBook
Author Ivor Horton
Publisher John Wiley & Sons
Pages 1184
Release 2004-08-18
Genre Computers
ISBN 0764558633

Download Beginning JavaTM 2 Book in PDF, Epub and Kindle

What is this book about? The Java language has been growing from strength to strength since its inception in 1995. It has since proved to be both powerful and extraordinarily easy to learn and use. This is what makes it ideal for the beginner. With dramatic changes to the handling of files, and the introduction of native support for XML, Java has been updated to work faster and to be current with the incredible rise of XML as a medium for communicating data. This edition of the Beginning Java books outlines everything the beginning programmer needs to know to program with the Java programming language and the 1.4 Java Developer Kit (JDK). With the release of JDK 1.4, programmers can look forward to the most stable edition yet, and even better performance than was available previously. Over the course of the book, you will build an example application called Sketcher — a simple drawing tool — that teaches you how to build an interactive user interface with Java, how to save and open files, how to use color, and how to respond to user input. What does this book cover? Teaches the Java language from scratch Object-oriented Programming in Java Handling errors and exceptions in applications Manipulating data and files Concurrent programming and threads A comprehensive introduction to Swing, the graphical user interface API for Java Printing in Java An introduction to XML Who is this book for? Ivor's inimitable style has proved to be a hit with nearly half a million people with its easy to learn approach and the many useful examples. Regularly voted the most popular Java programming book, this book teaches Java from scratch and assumes no previous knowledge. It is also suitable for those who have got some programming experience, especially C or C++, which will make learning easier.

Java 2 Micro Edition

Java 2 Micro Edition
Title Java 2 Micro Edition PDF eBook
Author Eric Giguère
Publisher John Wiley & Sons
Pages 321
Release 2002-03-14
Genre Computers
ISBN 0471437573

Download Java 2 Micro Edition Book in PDF, Epub and Kindle

An in-depth tutorial on how to use Java 2 Micro Edition to program handheld devices Although Java is one of the most popular programming languages, it is too powerful to be used on wireless, handheld devices like the Palm Connected Organizer. A miniature version of Java, called Java 2 Micro Edition, has now been created by Sun Microsystems to run specifically on these devices. Written by software developer Eric Giguere, this book provides an authoritative treatment of this new language. Readers will learn what has to be done to make Java workable on these devices and what strategies are required to write programs that don't take up too much memory or run down the device's batteries. The book also provides complete coverage of Java Micro Edition, including the profiles that define the capabilities available to various devices. CD-ROM includes licensed versions of the Java 2 Micro Edition SDK, Waba, and Kaffe. Examples are provided that run on multiple wireless platforms.

Just Java 2

Just Java 2
Title Just Java 2 PDF eBook
Author Peter van der Linden
Publisher Pearson Education
Pages 1366
Release 2004-06-21
Genre Computers
ISBN 0137009909

Download Just Java 2 Book in PDF, Epub and Kindle

The #1 introduction to J2SE 1.5 and enterprise/server-side development! An international bestseller for eight years, Just Java™ 2 is the complete, accessible Java tutorial for working programmers at all levels. Fully updated and revised, this sixth edition is more than an engaging overview of Java 2 Standard Edition (J2SE 1.5) and its libraries: it’s also a practical introduction to today’s best enterprise and server-side programming techniques. Just Java™ 2, Sixth Edition, reflects both J2SE 1.5 and the latest Tomcat and servlet specifications. Extensive new coverage includes: New chapters on generics and enumerated types New coverage of Web services, with practical examples using Google and Amazon Web services Simplified interactive I/O with printf() Autoboxing and unboxing of primitive types Static imports, foreach loop construct, and other new language features Peter van der Linden delivers expert advice, clear explanations, and crisp sample programs throughout–including dozens new to this edition. Along the way, he introduces: The core language: syntax, objects, interfaces, nested classes, compiler secrets, and much more Key libraries: date and calendar, pattern matching, network software, mapped I/O, utilities and generic collections Server-side technology: network server systems, a complete tiny HTML Web server, and XML in Java Enterprise J2EE: Sql and JDBC™ tutorial, servlets and JSP and much more Client-side Java: fundamentals of JFC/Swing GUI development, new class data sharing details Companion Web Site All the book’s examples and sample programs are available at http://afu.com.

Advanced Java 2 Platform

Advanced Java 2 Platform
Title Advanced Java 2 Platform PDF eBook
Author Harvey M. Deitel
Publisher
Pages 1811
Release 2002
Genre Computers
ISBN 9780130895608

Download Advanced Java 2 Platform Book in PDF, Epub and Kindle

This book looks at the exciting world of advanced programming concepts with the three major Java platforms - Java 2 Enterprise Edition (J2EE), Java 2 Standard Edition (J2SE) and Java 2 Micro Edition (J2ME).

The Java Native Interface

The Java Native Interface
Title The Java Native Interface PDF eBook
Author Sheng Liang
Publisher Addison-Wesley Professional
Pages 322
Release 1999
Genre Computers
ISBN 9780201325775

Download The Java Native Interface Book in PDF, Epub and Kindle

The Java Native Interface (JNI) enables the integration of code written in the Java programming language with code written in other languages such as C and C++. It allows programmers to take full advantage of the Java platform without having to abandon their investment in legacy code. This book is the definitive resource and a comprehensive guide to working with the JNI. Entirely up-to-date, the book offers a tutorial, a detailed description of JNI features and programming techniques, JNI design justifications, and the official specification for all JNI types and functions. You will find coverage of important topics such as: Writing native methods Passing data types between the Java language and native programming languages Embedding a Java virtual machine implementation in native applications Leveraging legacy native libraries Improving the efficiency and reliability of your code An entire chapter is devoted to avoiding common traps and pitfalls. The book uses numerous examples to illustrate programming techniques that have proven to be effective. 0201325772B04062001

Concurrent Programming in Java

Concurrent Programming in Java
Title Concurrent Programming in Java PDF eBook
Author Douglas Lea
Publisher Addison-Wesley Professional
Pages 426
Release 2000
Genre Computers
ISBN 9780201310092

Download Concurrent Programming in Java Book in PDF, Epub and Kindle

Software -- Programming Languages.