Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Java eBooks

If you like Java eBooks, then you'll love these top picks.
Showing 601 - 624 of 1737 Results
Skip side bar filters
  • Spark in Action

    Covers Apache Spark 3 with Examples in Java, Python, and Scala

    SummaryThe Spark distributed data processing platform provides an easy-to-implement tool for ingesting, streaming, and processing data from any source. In Spark in Action, Second Edition, you’ll learn to take advantage of Spark’s core features and incredible processing speed, with applications including real-time computation, delayed evaluation, and machine learning. Spark skills are a hot ... Read more

    $49.99 USD

  • Java XML and JSON

    by JEFF FRIESEN ...
    Series series Professional and Applied Computing (R0)
    Java XML and JSON is your one-stop guide to mastering the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML/JSON documents (and more). The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining four chapters focus on JSON along with the mJson, GSON, and JsonPath APIs.Each chapter ends with select ... Read more

    $31.99 USD

  • Akka Cookbook

    Recipes for concurrent, fast, and reactive applications

    Learn how to use the Akka framework to build effective applications in ScalaKey Features\[\*\] Covers a discussion on Lagom—the newest launched Akka framework that is built to create complex microservices easily\[\*\] The recipe approach of the book allows the reader to know important and independent concepts of Scala and Akka in a seamless manner\[\*\] Provides a comprehensive understanding of ... Read more

    $41.99 USD or Free with Kobo Plus

  • Building REST APIs with Spring Boot 4.0

    Practical and code-first learning for Java developers to build, test and deploy applications using Java 21

    I'd describe this fast-paced book as the perfect practical tutor for Java developers who are curious to develop apps, and not just read about them. All chapters are working sets, where you write code, run it, break it deliberately, and fix it. There are no long theory sections, and no abstract architecture talk. It's all connected from the first command to the final deployable JAR.It's all about ... Read more

    $35.99 USD

  • Quantum Computing in Action

    by Johan Vos ...
    Quantum computing is on the horizon and you can get started today! This practical, clear-spoken guide shows you don’t need a physics degree to write your first quantum software.In Quantum Computing in Action you will learn:An introduction to the core concepts of quantum computingQubits and quantum gatesSuperposition, entanglement, and hybrid computingQuantum algorithms including Shor’s, Deutsch ... Read more

    $49.99 USD

  • Java Data Objects

    Store Objects with Ease

    Java Data Objects revolutionizes the way Java developers interact with databases and other datastores. JDO allows you to store and retrieve objects in a way that's natural to Java programmers. Instead of working with JDBC or EJB's container-managed persistence, you work directly with your Java objects. You don't have to copy data to and from database tables or issue SELECTs to perform queries: ... Read more

    $23.99 USD

  • Microservices

    Der Hype im Realitätscheck

    Series Book 193 - shortcuts
    Kaum ein anderes Thema unterliegt momentan einem solchen Hype wie Microservices. Doch was ist eigentlich möglich mit Microservices, wo liegen Stärken und Schwächen? Dieser shortcut gibt einen kurzen Überblick über den Architekturtrend und beantwortet die wichtigsten Fragen. Dabei führt er die Vor- und Nachteile von Microservices ebenso auf wie die eigenen Erfahrungen der Autoren mit gut gemachten ... Read more

    $3.99 USD or Free with Kobo Plus

  • Ultimate SQL Server and Azure SQL for Data Management and Modernization

    An Encyclopedic Guide to Data Management and Modernization with SQL Server Key Features ● Detailed exploration of deployments on Linux, containers, and Kubernetes. ● Advanced techniques for securing, optimizing, and ensuring high availability in SQL Server. ● Strategies for SQL Server modernization and implementing best practices for peak performance. ● Expert guidance on performance monitoring ... Read more

    $23.99 USD or Free with Kobo Plus

  • JavaFX 8: Introduction by Example

    Series series Professional and Applied Computing (R0)
    JavaFX 8: Introduction by Example shows you how to use your existing Java skills to create graphically exciting client applications with the JavaFX 8 platform. The book is a new and much improved edition of JavaFX 2.0: Introduction by Example, taking you through a series of engaging, fun-to-work examples that bring you up to speed on the major facets of the platform. It will help you to create ... Read more

    $35.99 USD

  • The Joy of Kotlin

    SummaryMaintaining poor legacy code, interpreting cryptic comments, and writing the same boilerplate over and over can suck the joy out of your life as a Java developer. Fear not! There's hope! Kotlin is an elegant JVM language with modern features and easy integration with Java. The Joy of Kotlin teaches you practical techniques to improve abstraction and design, to write comprehensible code, and ... Read more

    $49.99 USD

  • Ultimate Deno for Web Development

    Master Modern Web App Development with Deno, TypeScript, and Rust Key Features ● Build secure, high-performance apps with Deno and TypeScript. ● Integrate React, Rust, and Next.js for full-stack workflows. ● Deploy using Docker, Azure, and manage tools via Chocolatey. Book Description Deno is a modern, secure runtime for JavaScript and TypeScript, offering developers a simplified, efficient way to ... Read more

    $19.99 USD or Free with Kobo Plus

  • Bien programmer en Java 7

    Avec plus de 50 études de cas et des comparaisons avec C++ et C#

    Series series Blanche
    À travers la réalisation d'un forum de discussion et plus de 50 études de cas, cet ouvrage montre à tous les programmeurs comment exploiter la richesse de Java en mettant l'accent sur la fiabilité et l'évolutivité.L'excellence didactique d'Emmanuel Puybaret (eteks.com) pour apprendre la programmation Java !Cet ouvrage met à la portée de tous les développeurs les meilleures pratiques Java, depuis l ... Read more

    $24.45 USD or Free with Kobo Plus

  • Programmer en Java avec un Raspberry Pi

    Series series Serial makers
    Le langage Java et le nano-ordinateur Raspberry Pi sont deux outils incroyablement populaires et pédagogiques dans le monde des technologies actuelles. Cet ouvrage les réunit, dans le but de vous apprendre à programmer en Java en réalisant différents projets simples d'électronique avec un Raspberry Pi 3 (modèles B, B+, A+ et Zero WH).Le livre débute par l'installation et l'utilisation de l ... Read more

    $24.45 USD

  • Java®

    L'essentiel du code et des commandes

    Series series Le guide de survie
    Ce Guide de survie vous livre tout le code dont vous avez besoin pour réaliser rapidement et efficacement vos projets de développement en Java.CONCIS ET MANIABLE : facile à transporter, facile à utiliser - finis les livres encombrants !PRATIQUE ET FONCTIONNEL : plus de 100 fragments de code personnalisables pour programmer du Java fonctionnel dans toutes les situations. ... Read more

    $12.99 USD

  • Java Lambdas and Parallel Streams

    Series series Professional and Applied Computing (R0)
    This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way—within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic ... Read more

    $18.99 USD

  • Les fondamentaux de Java et de l'objet

    by Michel Martin ...
    Très orienté pratique, ce manuel se divise en six parties :Partie 1 - Les bases du langage JavaDans cette partie, vous installerez l’environnement de développement Eclipse et vous ferez vos premiers pas en programmation Java. Vous apprendrez en particulier à utiliser les différents types de données, les opérateurs et les instructions de base du langage Java.Partie 2 - Définition et instanciation ... Read more

    $15.99 USD

  • Troubleshooting Java Performance

    Detecting Anti-Patterns with Open Source Tools

    Series series Professional and Applied Computing (R0)
    Troubleshoot the most widespread and pernicious Java performance problems using a set of open-source and freely-available tools that will make you dramatically more productive in finding the root causes of slow performance. This is a brief book that focuses on a small number of performance anti-patterns, and you’ll find that most problems you encounter fit into one of these anti-patterns. The book ... Read more

    $62.99 USD

  • Expert Android Programming

    Master skills to build enterprise grade Android applications

    Become a pro with the latest Android SDK and create state of the art applications for Android. Key Features-Dive deep into Android development with practical hands on examples to help you in each stage.-Develop smart professional grade apps for the latest Android N version and become a pro android developer.-Unclog your development highway by utilising the industry standard best practices ... Read more

    $37.99 USD or Free with Kobo Plus

  • Java项目驱动开发教程

    《Java项目驱动开发教程》是一本以项目驱动教学模式理念设计的Java入门书。全书内容以软件项目案例驱动,代码实例丰富,项目实训任务饱满,语言通俗易懂,不仅能够使读者全面掌握Java面向对象编程技术,还能够提升读者使用Java语言开发软件项目的能力。本书配套示例源代码、PPT课件、教学大纲、课程设计指导书、实训任务指导书、课后练习答案及Java核心编程参考文档等资源。 《Java项目驱动开发教程》分为3个专题,共14章,3个专题分别以面向过程版的商超购物管理系统、面向对象版的超市购物系统、端对端聊天系统为贯穿项目,内容包括Java开发入门、Java的基本语法、Java程序流程控制、数组、Java类和对象、Java继承和多态、Java抽象类和接口、Java异常处理、Java图形界面编程、Java集合、Java多线程、Java网络编程、Java IO流、Java反射机制。 ... Read more

    $16.99 USD

  • Moderne Software-Entwicklung mit Java und JEE

    Ein praxisorientiertes Lehrbuch für effiziente Programmierung

    Series series Computer Science and Engineering (German Language)
    In diesem Buch werden die Programmierkonzepte der Sprache Java und der JEE vorgestellt. Eine methodische Abgrenzung zu anderen Programmiersprachen wird durchgeführt, um die Kerneigenschaften von objektorientierter Entwicklung mit Java im Vergleich zu anderen Sprachen herauszuarbeiten. Ein besonderer Fokus liegt auf dem praxistauglichen Einsatz der Konzepte. Daher wird von Beginn an ein starker ... Read more

    $35.99 USD

  • Java Programming

    A Comprehensive Guide to Development Tools and Versatility

    by Ryan roffe ...
    Explore the vast development tools and versatility of Java in 2023 with this guide. Java, a widely-used programming language in web and computing applications, offers a free download solution for accessing the latest versions and implementing updates. Found in numerous web applications and computing technologies, Java's scalability makes it suitable for a wide range of applications, from small ... Read more

    $9.99 USD or Free with Kobo Plus

  • Learning Test-Driven Development

    A Polyglot Guide to Writing Uncluttered Code

    Your code is a testament to your skills as a developer. No matter what language you use, code should be clean, elegant, and uncluttered. By using test-driven development (TDD), you'll write code that's easy to understand, retains its elegance, and works for months, even years, to come. With this indispensable guide, you'll learn how to use TDD with three different languages: Go, JavaScript, and ... Read more

    $41.99 USD

  • Performance Testing with JMeter, 2nd Edition

    Test web applications using Apache JMeter with practical, hands-on examples

    by Bayo Erinle ...
    Key FeaturesBook DescriptionThis book is great for developers, quality assurance engineers, testers, and test managers new to Apache JMeter, or those who are looking to get a good grounding in how to effectively use and become proficient with JMeter. No prior testing experience is required.What you will learnSet up and prepare Apache JMeter for testingRecord test scenarios or create them from ... Read more

    $34.99 USD or Free with Kobo Plus

  • Mastering Android Studio 3

    Build Dynamic and Robust Android applications

    by Kyle Mew ...
    Unleash the power of Android Studio 3 to develop mobile applications faster and efficiently.Key Features\* Use Android Studio not just as an IDE but as a complete testing and build solution\*Produce customized APKs with Gradle to suit various versions of an app, such as test versions and free versions of an otherwise paid app.\*Explore all aspects of UI development and testing using working XML ... Read more

    $37.99 USD or Free with Kobo Plus