-
73. Advanced Java Game Programming
by David Wallace Croft
Seller Description: Learn how to create desktop and Internet computer games using the latest Java programming language techniques. Whereas other Java game programming books focus on introductory Java material, this book covers game programming for experienced Java developers. See More Details
ISBN-13: 9781590591239
Paperback, New
NV, USA
$28.01
-
74. Java: An Introduction to Problem Solving and Programming, Global Edition
by Walter Savitch
Seller Description: For courses in introductory Computer Science courses using Java, and other introductory programming courses in Computer Science, Computer Engineering, CIS, MIS, IT, and Business. Ideal for a wide range of introductory computer science courses, Java: An Introduction to Problem Solving and Programming, 8th Edition introduces students to object ... See More Details
2019
ISBN-13: 9781292247472
Paperback, New
$89.00
-
75. Java RMI
by William Grosso
Seller Description: Java RMI contains a wealth of experience in designing and implementing Java's Remote Method Invocation. If you're a novice reader, you will quickly be brought up to speed on why RMI is such a powerful yet easy to use tool for distributed programming, while experts can gain valuable experience for constructing their own enterprise and distributed ... See More Details
ISBN-13: 9781565924529
Paperback, Fine/Like New
$9.96
-
76. Java I/O: Tips and Techniques for Putting I/O to Work
by Elliotte Rusty Harold
Seller Description: Updated for Java 5.0 APIs, this volume shows how to control number formatting, use characters aside from the standard but outdated ASCII character set, and get a head start on writing truly multilingual software. See More Details
ISBN-13: 9780596527501
Paperback, Good
$4.28
-
77. Web Services Essentials: Distributed Applications with XML-Rpc, Soap, UDDI & Wsdl
by Ethan Cerami
Seller Description: This concise book gives programmers both a concrete introduction and handy reference to XML web services. It explains the foundations of this new breed of distributed services, demonstrates quick ways to create services with open-source Java tools, and explores four key emerging technologies: XML-RPC, SOAP, UDDI, and WSDL See More Details
ISBN-13: 9780596002244
Paperback, Good
$0.99
-
78. Java Cryptography
by Jonathan Knudsen
Seller Description: "Java Cryptography" teaches you how to write secure programs using Java's cryptographic tools. It thoroughly discusses the Java security package and the Java Cryptography Extensions (JCE), showing you how to use security providers and even how to implement your own provider. If you work with sensitive data, you'll find this book indispensable. See More Details
ISBN-13: 9781565924024
Paperback, Very Good
$4.99
-
79. Java Threads
by Scott Oaks, Henry Wong
Seller Description: Newly revised and expanded to cover Java 1.2, "Java Threads" shows readers how to take full advantage of Java's thread facilities: where to use threads to increase efficiency, how to use them effectively, and how to avoid common mistakes. It thoroughly covers the Thread and ThreadGroup classes, the Runnable interface, and the language's ... See More Details
ISBN-13: 9780596007829
Paperback, Very Good
$0.99
-
80. Java?foundations
by Todd Greanier
Seller Description: The world of IT is always evolving, but in every area there are stable, core concepts that anyone just setting out needed to know last year, needs to know this year, and will still need to know next year. The purpose of the Foundations series is to identify these concepts and present them in a way that gives you the strongest possible starting ... See More Details
ISBN-13: 9780782143737
$25.56
-
81. Concurrency: State Models & Java Programs
by Jeff Magee, Jeff Kramer
Seller Description: Concurrency provides a thoroughly updated approach to the basic concepts and techniques behind concurrent programming. Concurrent programming is complex and demands a much more formal approach than sequential programming. In order to develop a thorough understanding of the topic Magee and Kramer present concepts, techniques and problems through a ... See More Details
ISBN-13: 9780470093559
Hardcover, Very Good
$4.40
-
82. Pro Apache Log4j
by Samudra Gupta
Seller Description: This book covers in detail the most popular Java-based Logging API named Apache Log4j. This book is based on the most recent release version 1.2.9. The book includes a step-by-step approach in explaining the concepts from the very basics to the advanced concepts. Apart from explaining in details the architecture of the API and it use; this book ... See More Details
ISBN-13: 9781430211594
Hardcover, New
NV, USA
$9.59
-
83. John Zukowski's Definitive Guide to Swing
by John Zukowski
Seller Description: Following the approach of Zukowski's previous bestseller, this book provides detailed coverage of all issues related to Java programming using the Swing Set. An exceptionally readable writing style presents the material logically and clearly. Cover Title See More Details
ISBN-13: 9781893115026
$4.40
-
84. Java: A Beginner's Guide
by Herbert Schildt
Seller Description: "Updated and expanded for J2SE 5"--Cover. See More Details
ISBN-13: 9780072263848
Paperback, Good
$2.74
-
85. Java Enterprise Design Patterns: Patterns in Java Volume 3
by Mark Grand
Seller Description: A how-to guide for Java programmers who want to use design patterns when developing real-world enterprise applications This practical book explores the subject of design patterns, or patterns that occur in the design phase of a project's life cycle. With an emphasis on Java for the enterprise, Mark Grand guides Java programmers on how to apply ... See More Details
ISBN-13: 9780471333159
$9.94
-
86. Decompiling Java
by Godfrey Nolan
Seller Description: Both Java and .NET use the idea of a "virtual machine" (VM) rather than a true executable. While very useful for some purposes, VMs make source code and hence intellectual property (IP) inherently less secure because the process can be reversed or "decompiled." This book is useful because users must understand how decompilation works in order to ... See More Details
ISBN-13: 9781430254690
Paperback, New
NV, USA
$11.64
-
87. SCJD Exam with J2SE 5
by Andrew Monkhouse, Terry Camerlengo
Seller Description: The Sun Certified Java Developer Exam with J2SE 5, Second Edition, is an indispensable guide for conquering the exam. Updated for the new Java version, J2SE 5.0, this book provides practical instruction for mastering these new features by working through a project with requirements and structure similar to the project found in the Sun Certified ... See More Details
ISBN-13: 9781590595169
Paperback, New
NV, USA
$44.37
-
88. Developing Web Services with Java APIs for XML (Jax Pack)
by Jerry Foster, Bob Hablutzel, Natalie Wear
Seller Description: This guide offers developers exhaustive coverage of Sun's JAX Pack, a significant product release that enables the development of Web services using Java. See More Details
ISBN-13: 9781928994855
$19.96
-
89. Soa with Java: Realizing Service-Orientation with Java Technologies
by Thomas Erl, Andre Tost, Satadru Roy
Seller Description: "An outstanding depth-and-breadth resource for IT architects and Java professionals to understand and apply the marriage of SOA and modern Java." -- Antonio Bruno , Enterprise Architecture and Strategy, digitalStrom "A great self-contained book on SOA using flexible Java implementations...." -- Roger Stoffers , Hewlett Packard "Provides clarity ... See More Details
ISBN-13: 9780133859034
$36.99
-
90. Design Patterns in Java?
by Steven John Metsker, William C Wake
Seller Description: Design Patterns in Java(TM) gives you the hands-on practice and deep insight you need to fully leverage the significant power of design patterns in any Java software project. The perfect complement to the classic Design Patterns , this learn-by-doing workbook applies the latest Java features and best practices to all of the original 23 ... See More Details
ISBN-13: 9780321333025
$9.29
-
91. Java for Data Science
by Richard M. Reese, Jennifer L. Reese
Seller Description: Examine the techniques and Java tools supporting the growing field of data science About This Book * Your entry ticket to the world of data science with the stability and power of Java * Explore, analyse, and visualize your data effectively using easy-to-follow examples * Make your Java applications more capable using machine learning Who This ... See More Details
ISBN-13: 9781785280115
Paperback, New
$54.41
-
92. GeoServer Beginner's Guide -
by Stefano Iacovella
Seller Description: This step-by-step guide will teach you how to use GeoServer to build custom and interactive maps using your data. About This Book * Exploit the power of GeoServer to provide agile, flexible, and low -cost community projects * Share real-time maps quickly * Boost your map server's performance using the power and flexibility of GeoServer Who This ... See More Details
ISBN-13: 9781788297370
Paperback, New
$16.68
-
93. Java Database Best Practices
by George Reese
Seller Description: When creating complex Java enterprise applications, do you spend a lot of time thumbing through a myriad of books and other resources searching for what you hope will be the API that's right for the project at hand? Java Database Best Practices rescues you from having to wade through books on each of the various APIs before figuring out which ... See More Details
ISBN-13: 9780596005221
Paperback, Good
$9.90
-
94. The Definitive Guide to Modern Java Clients with JavaFX 17: Cross-Platform Mobile and Cloud Development
by Stephen Chin, Johan Vos, James Weaver
Seller Description: Build enhanced visual experiences and design and deploy modern, easy-to-maintain, client applications across a variety of platforms. This book will show you how these applications can take advantage of JavaFX's latest user interface components, 3D technology, and cloud services to create immersive visualizations and allow high-value data ... See More Details
2022
ISBN-13: 9781484272671
$77.67
-
95. Beginning Google Web Toolkit: From Novice to Professional
by Bram Smeets, Uri Boness, Roald Bankras
Seller Description: Written by an industry expert who has delivered many Web applications for his clients and a Spring expert, Bram takes a no-nonsense, down to earth approach to GWT and guides the reader though the development of a Web application front end using GWT from the ground up. See More Details
ISBN-13: 9781430210313
Paperback, New
NV, USA
$30.21
-
96. Client-Server Web Apps with JavaScript and Java
by Casimir Saternos
ISBN-13: 9789351105817
$17.52