Java Foundation Classes in a Nutshell

Java Foundation Classes in a Nutshell PDF Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
ISBN: 1565924886
Category : Computers
Languages : en
Pages : 752

Get Book

Book Description
From the author of "Java in a Nutshell" comes a compact reference material onall the GUI and graphics related classes in the numerous "java.

Java Foundation Classes in a Nutshell

Java Foundation Classes in a Nutshell PDF Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
ISBN: 1565924886
Category : Computers
Languages : en
Pages : 752

Get Book

Book Description
From the author of "Java in a Nutshell" comes a compact reference material onall the GUI and graphics related classes in the numerous "java.

Java Foundation Classes In A Nutshell

Java Foundation Classes In A Nutshell PDF Author: David Flanagan
Publisher:
ISBN: 9788173660559
Category :
Languages : en
Pages : 0

Get Book

Book Description
This book also includes O'Reilly's classic-style, quick-reference material for all of the classes in the javax.swing and java.awt packages and their numerous subpackages. This reference material covers all of the new JFC classes in the Java 2 platform, as well as the existing Java 1.1 AWT classes. Once you've learned about the JFC, you'll keep this book next to your keyboard for handy reference while you program.

Java Examples in a Nutshell

Java Examples in a Nutshell PDF Author: David Flanagan
Publisher:
ISBN: 9780596001124
Category : Java (Computer program language).
Languages : en
Pages : 600

Get Book

Book Description


Java Foundation Classes in a Nutshell

Java Foundation Classes in a Nutshell PDF Author: David Flanagan
Publisher:
ISBN: 9780596001131
Category : Application software
Languages : en
Pages : 0

Get Book

Book Description
Intended for Java programmers writing applications or applets involving graphics or graphical user interfaces and is a companion to the book entitled, "Java in a Nutshell, 3rd ed."

Java Examples in a Nutshell

Java Examples in a Nutshell PDF Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
ISBN: 0596552327
Category : Computers
Languages : en
Pages : 721

Get Book

Book Description
The author of the best-selling Java in a Nutshell has created an entire book of real-world Java programming examples that you can learn from. If you learn best "by example," this is the book for you.This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs.Java Examples in a Nutshell is a companion volume to Java in a Nutshell, Java Foundation Classes in a Nutshell, and Java Enterprise in a Nutshell. It picks up where those quick references leave off, providing a wealth of examples for both novices and experts. This book doesn't hold your hand; it simply delivers well-commented working examples with succinct explanations to help you learn and explore Java and its APIs.Java Examples in a Nutshell contains examples that demonstrate: Core APIs, including I/O, New I/O, threads, networking, security, serialization, and reflection Desktop APIs, highlighting Swing GUIs, Java 2D graphics, preferences, printing, drag-and-drop, JavaBeans, applets, and sound Enterprise APIs, including JDBC (database access), JAXP (XML parsing and transformation), Servlets 2.4, JSP 2.0 (JavaServer Pages), and RMI The book begins with introductory examples demonstrating structured and object-oriented programming techniques for new Java programmers. A special index at the end of the book makes it easy to look up examples that use a particular Java class or accomplish a desired task. In between, each chapter includes exercises that challenge readers and suggest further avenues for exploration.

Java Enterprise in a Nutshell

Java Enterprise in a Nutshell PDF Author: Jim Farley
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596001520
Category : Computers
Languages : en
Pages : 998

Get Book

Book Description
The Java Enterprise APIs are building blocks for creating enterprise-wide distributed applications in Java. "Java Enterprise in a Nutshell" covers the RMI, Java IDL, JDBC, JNDI, Java Servlet, and Enterprise JavaBeans APIs, with a fast-paced tutorial and compact reference material on each technology.

Java in a Nutshell

Java in a Nutshell PDF Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
ISBN: 1449366686
Category : Computers
Languages : en
Pages : 1257

Get Book

Book Description
With more than 700,000 copies sold to date, Java in a Nutshell from O'Reilly is clearly the favorite resource amongst the legion of developers and programmers using Java technology. And now, with the release of the 5.0 version of Java, O'Reilly has given the book that defined the "in a Nutshell" category another impressive tune-up. In this latest revision, readers will find Java in a Nutshell, 5th Edition, does more than just cover the extensive changes implicit in 5.0, the newest version of Java. It's undergone a complete makeover--in scope, size, and type of coverage--in order to more closely meet the needs of the modern Java programmer. To wit, Java in a Nutshell, 5th Edition now places less emphasis on coming to Java from C and C++, and adds more discussion on tools and frameworks. It also offers new code examples to illustrate the working of APIs, and, of course, extensive coverage of Java 5.0. But faithful readers take comfort: it still hasn't lost any of its core elements that made it such a classic to begin with. This handy reference gets right to the heart of the program with an accelerated introduction to the Javaprogramming language and its key APIs--ideal for developers wishing to start writing code right away. And, as was the case in previous editions, Java in a Nutshell, 5th Edition is once again chock-full of poignant tips, techniques, examples, and practical advice. For as longas Java has existed, Java in a Nutshell has helped developers maximize the capabilities of the program's newest versions. And this latest edition is no different.

Java & XML Data Binding

Java & XML Data Binding PDF Author: Brett McLaughlin
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596002787
Category : Computers
Languages : en
Pages : 220

Get Book

Book Description
This title provides an in-depth technical look at XML Data Binding, offering complete documentation of all features in both the Sun Microsystems API and popular open source alternative implementations.

Java Security

Java Security PDF Author: Scott Oaks
Publisher: "O'Reilly Media, Inc."
ISBN: 1449372112
Category : Computers
Languages : en
Pages : 630

Get Book

Book Description
One of Java's most striking claims is that it provides a secure programming environment. Yet despite endless discussion, few people understand precisely what Java's claims mean and how it backs up those claims. If you're a developer, network administrator or anyone else who must understand or work with Java's security mechanisms, Java Security is the in-depth exploration you need.Java Security, 2nd Edition, focuses on the basic platform features of Java that provide security--the class loader, the bytecode verifier, and the security manager--and recent additions to Java that enhance this security model: digital signatures, security providers, and the access controller. The book covers the security model of Java 2, Version 1.3, which is significantly different from that of Java 1.1. It has extensive coverage of the two new important security APIs: JAAS (Java Authentication and Authorization Service) and JSSE (Java Secure Sockets Extension). Java Security, 2nd Edition, will give you a clear understanding of the architecture of Java's security model and how to use that model in both programming and administration.The book is intended primarily for programmers who want to write secure Java applications. However, it is also an excellent resource for system and network administrators who are interested in Java security, particularly those who are interested in assessing the risk of using Java and need to understand how the security model works in order to assess whether or not Java meets their security needs.

Java Cookbook

Java Cookbook PDF Author: Ian F. Darwin
Publisher: "O'Reilly Media, Inc."
ISBN: 9780596001704
Category : Computers
Languages : en
Pages : 892

Get Book

Book Description
A comprehensive collection of problems, solutions, and practical examples for anyone programming in Java, "The Java Cookbook" presents hundreds of tried-and-true Java "recipes" covering all of the major APIs as well as some APIs that aren't as well documented in other Java books. The book provides quick solutions to particular problems that can be incorporated into other programs, but that aren't usually programs in and of themselves.